From 2e485767da7210c18621ba74962b94b7c1fd91cd Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 10 Dec 2018 18:01:47 +0100 Subject: Use explicit parameter for sgsn_auth_init() This is necessary to properly test ACLs in follow-up patches. Change-Id: Ibeba371234680f33ad35afbfffce9dca185228c1 --- include/osmocom/sgsn/gprs_sgsn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/sgsn/gprs_sgsn.h') diff --git a/include/osmocom/sgsn/gprs_sgsn.h b/include/osmocom/sgsn/gprs_sgsn.h index 0b721a32b..b6afe6903 100644 --- a/include/osmocom/sgsn/gprs_sgsn.h +++ b/include/osmocom/sgsn/gprs_sgsn.h @@ -459,7 +459,7 @@ struct sgsn_config; struct sgsn_instance; extern const struct value_string *sgsn_auth_state_names; -void sgsn_auth_init(void); +void sgsn_auth_init(struct sgsn_instance *sgsn); struct imsi_acl_entry *sgsn_acl_lookup(const char *imsi, const struct sgsn_config *cfg); int sgsn_acl_add(const char *imsi, struct sgsn_config *cfg); int sgsn_acl_del(const char *imsi, struct sgsn_config *cfg); -- cgit v1.2.3