diff options
author | Alfred E. Heggestad <aeh@db.org> | 2015-10-29 20:12:41 +0100 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2015-10-29 20:12:41 +0100 |
commit | 136f8543e65e29fea1538fa7cd9a4dbdd533a6eb (patch) | |
tree | ce8156399160eb04da2fac020d2ae2ae23afaacc /test/test.h | |
parent | f828b6600d2c21c5b4948e945e0c68523e136039 (diff) |
call: check address-family of incoming SDP offer
this fixes #79
Diffstat (limited to 'test/test.h')
-rw-r--r-- | test/test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 2600bd6..8aedc00 100644 --- a/test/test.h +++ b/test/test.h @@ -81,6 +81,7 @@ int test_ua_register(void); int test_call_answer(void); int test_call_reject(void); +int test_call_af_mismatch(void); #ifdef __cplusplus |