summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 406c5fc..966c618 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -495,8 +495,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);