summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-07-23 17:07:25 +0200
committerAlfred E. Heggestad <aeh@db.org>2016-07-23 17:07:25 +0200
commit7b4de472d27e9fe5201a8e0b847e5b2281b71452 (patch)
treed4cc3a4afee18b315c81b918900353475426d64d /test/test.h
parent7cedfabc81c9de28c3925e2d26abd39513013697 (diff)
added config 'call_max_calls' to limit maximum number of calls per ua
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 30257cb..e8217c9 100644
--- a/test/test.h
+++ b/test/test.h
@@ -104,6 +104,7 @@ int test_call_answer_hangup_a(void);
int test_call_answer_hangup_b(void);
int test_call_rtp_timeout(void);
int test_call_multiple(void);
+int test_call_max(void);
#ifdef __cplusplus