aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/sup.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/sup.h')
-rw-r--r--openbsc/include/openbsc/sup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sup.h b/openbsc/include/openbsc/sup.h
index 29518f301..42e95c9f9 100644
--- a/openbsc/include/openbsc/sup.h
+++ b/openbsc/include/openbsc/sup.h
@@ -13,4 +13,7 @@ int sup_server_init(struct reg_proxy *reg);
int handle_location_update_result(struct gsm_sup_server *sup_server,
char *imsi, char *msisdn);
+int handle_purge_ms_result(struct gsm_sup_server *sup_server,
+ char *imsi);
+
#endif /* _SUP_H */