diff options
author | Alfred E. Heggestad <aeh@db.org> | 2014-07-06 12:34:14 +0200 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2014-07-06 12:34:14 +0200 |
commit | 648a9333e547add1665d7bbb29b0ec75d5ace3a9 (patch) | |
tree | a8e7c3371660f01a980216c4f76b6799bc2680b1 /include | |
parent | 75c2b026be9d255d667fa04c0e095fd4f4fa3740 (diff) |
add ua_unregister() to un-REGISTER client
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); |