summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-07-09 18:25:41 +0200
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2017-07-09 18:25:41 +0200
commit40c4d6517707cee05fe0f2cfa3efc76bac962f29 (patch)
treec643365b0c15b1ad90a570b1b6a44f8b5b55ead3 /include
parent02087299c62027b41d5af7d5de033a4416cee122 (diff)
account: added accessor function to AOR
Diffstat (limited to 'include')
-rw-r--r--include/baresip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 890cc9a..62e5966 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -57,6 +57,7 @@ uint32_t account_regint(const struct account *acc);
uint32_t account_pubint(const struct account *acc);
uint32_t account_ptime(const struct account *acc);
enum answermode account_answermode(const struct account *acc);
+const char *account_aor(const struct account *acc);
const char *account_auth_user(const struct account *acc);
const char *account_outbound(const struct account *acc, unsigned ix);
const char *account_stun_user(const struct account *acc);