aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-04-20 19:54:05 +0200
committerlaforge <laforge@osmocom.org>2020-04-20 18:18:18 +0000
commit61ec0295fc903df3a1a6b723f301a84428cb2e4f (patch)
tree03a5e41ac1b09e159005dd5231754c38efe4b094
parent72b8c382877f6b3e9ca7f0c1d119945d131ddd2c (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
-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 4be889fa8..73ab53f3e 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,
struct osmo_fsm_inst *parent,