summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 2f91d6d..74cef89 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -546,6 +546,7 @@ void ua_stop_all(bool forced);
int uag_reset_transp(bool reg, bool reinvite);
int uag_event_register(ua_event_h *eh, void *arg);
void uag_event_unregister(ua_event_h *eh);
+void uag_set_sub_handler(sip_msg_h *subh);
int ua_print_sip_status(struct re_printf *pf, void *unused);
struct ua *uag_find(const struct pl *cuser);
struct ua *uag_find_aor(const char *aor);