aboutsummaryrefslogtreecommitdiffstats
path: root/src/libvlr
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-20 19:54:05 +0200
committerHarald Welte <laforge@osmocom.org>2020-07-26 17:28:21 +0200
commitc270da653d14170067c8c6c7f5c326dbe05eb816 (patch)
tree24491a4d8bcbf942fbef81cee833bab2384e2e7a /src/libvlr
parent4a5ba81f7d057373ed44ab66169faa1f9d7b46ea (diff)
vlr_auth_fsm: Fix compilation with gcc-10
See also: https://alioth-lists.debian.net/pipermail/debian-mobcom-maintainers/Week-of-Mon-20200413/000650.html Change-Id: If3fdbfa20dec02ba57c582700dff12ebbb7d9439
Diffstat (limited to 'src/libvlr')
-rw-r--r--src/libvlr/vlr_auth_fsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libvlr/vlr_auth_fsm.h b/src/libvlr/vlr_auth_fsm.h
index 1f2cb4969..f3925fda9 100644
--- a/src/libvlr/vlr_auth_fsm.h
+++ b/src/libvlr/vlr_auth_fsm.h
@@ -27,7 +27,7 @@ enum vlr_fsm_auth_event {
VLR_AUTH_E_MS_ID_IMSI,
};
-struct osmo_fsm vlr_auth_fsm;
+extern struct osmo_fsm vlr_auth_fsm;
struct osmo_fsm_inst *auth_fsm_start(struct vlr_subscr *vsub,
uint32_t log_level,