diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/baresip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h index f2d871d..b0f81f2 100644 --- a/include/baresip.h +++ b/include/baresip.h @@ -497,6 +497,7 @@ int ua_print_calls(struct re_printf *pf, const struct ua *ua); int ua_print_status(struct re_printf *pf, const struct ua *ua); int ua_print_supported(struct re_printf *pf, const struct ua *ua); int ua_register(struct ua *ua); +void ua_unregister(struct ua *ua); bool ua_isregistered(const struct ua *ua); const char *ua_aor(const struct ua *ua); const char *ua_cuser(const struct ua *ua); |