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 b0f81f2..5325bc2 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -41,6 +41,7 @@ int account_auth(const struct account *acc, char **username, char **password,
struct list *account_aucodecl(const struct account *acc);
struct list *account_vidcodecl(const struct account *acc);
struct sip_addr *account_laddr(const struct account *acc);
+uint32_t account_regint(const struct account *acc);
/*
@@ -501,6 +502,7 @@ 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);
+struct account *ua_account(const struct ua *ua);
const char *ua_outbound(const struct ua *ua);
struct call *ua_call(const struct ua *ua);
struct account *ua_prm(const struct ua *ua);