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: If3fdbfa20dec02ba57c582700dff12ebbb7d9439changes/13/17913/2
parent
72b8c38287
commit
61ec0295fc
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue