summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 5325bc2..8a83ad3 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -500,8 +500,10 @@ 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);
+void ua_pub_gruu_set(struct ua *ua, const struct pl *pval);
const char *ua_aor(const struct ua *ua);
const char *ua_cuser(const struct ua *ua);
+const char *ua_local_cuser(const struct ua *ua);
struct account *ua_account(const struct ua *ua);
const char *ua_outbound(const struct ua *ua);
struct call *ua_call(const struct ua *ua);