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
This commit is contained in:
Harald Welte 2020-04-20 19:54:05 +02:00 committed by laforge
parent 72b8c38287
commit 61ec0295fc
1 changed files with 1 additions and 1 deletions

View File

@ -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,