aboutsummaryrefslogtreecommitdiffstats
path: root/src/hlr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hlr.h')
-rw-r--r--src/hlr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hlr.h b/src/hlr.h
index f63bc2b..368a052 100644
--- a/src/hlr.h
+++ b/src/hlr.h
@@ -38,3 +38,7 @@ struct hlr {
/* Local bind addr */
char *gsup_bind_addr;
};
+
+struct hlr_subscriber;
+
+void osmo_hlr_subscriber_update_notify(struct hlr_subscriber *subscr);