summaryrefslogtreecommitdiff
path: root/include/baresip.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/baresip.h')
-rw-r--r--include/baresip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/baresip.h b/include/baresip.h
index 8514f21..08ea908 100644
--- a/include/baresip.h
+++ b/include/baresip.h
@@ -59,6 +59,9 @@ uint32_t account_ptime(const struct account *acc);
enum answermode account_answermode(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);
+const char *account_stun_pass(const struct account *acc);
+const char *account_stun_host(const struct account *acc);
/*