cosmetic: subscr_conn_fsm_auth_ciph() should be static

Only used in subscr_conn.c.

Change-Id: Iaa2c63d2b06f59d34e0465c40a98741f56ec526a
This commit is contained in:
Neels Hofmeyr 2018-11-30 00:11:36 +01:00
parent c62c6d5d39
commit 7486a94f56
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ static void subscr_conn_fsm_new(struct osmo_fsm_inst *fi, uint32_t event, void *
}
}
void subscr_conn_fsm_auth_ciph(struct osmo_fsm_inst *fi, uint32_t event, void *data)
static void subscr_conn_fsm_auth_ciph(struct osmo_fsm_inst *fi, uint32_t event, void *data)
{
/* If accepted, transition the state, all other cases mean failure. */
switch (event) {