aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_sup.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/gsm_sup.h')
-rw-r--r--openbsc/include/openbsc/gsm_sup.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/gsm_sup.h b/openbsc/include/openbsc/gsm_sup.h
index 52b132f70..f74bb9846 100644
--- a/openbsc/include/openbsc/gsm_sup.h
+++ b/openbsc/include/openbsc/gsm_sup.h
@@ -12,9 +12,11 @@
## args)
/* Callback for both HLR/auth and USSD SUP sockets */
-int sup_read_cb(struct gprs_gsup_client *sup_client, struct msgb *msg);
+int sup_read_cb(struct gsup_client *sup_client, struct msgb *msg);
+/*
int subscr_query_auth_info(struct gsm_subscriber *subscr);
+*/
int subscr_location_update(struct gsm_subscriber *subscr);
int subscr_purge_ms(struct gsm_subscriber *subscr);