summaryrefslogtreecommitdiff
path: root/pjsip/src/test-pjsip/test.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-01-07 23:01:56 +0000
committerBenny Prijono <bennylp@teluu.com>2006-01-07 23:01:56 +0000
commit4d13052a1303da4e4d0a376cf6b839ce9ebb6e7a (patch)
tree25e80cdb5d3d1952020f441adf89fbce7102a26e /pjsip/src/test-pjsip/test.h
parent8bdb232f47e4f3518f983a8921c6cdab388bbcbe (diff)
Finished UAC tests and added argument parsing in main()
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@111 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/src/test-pjsip/test.h')
-rw-r--r--pjsip/src/test-pjsip/test.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjsip/src/test-pjsip/test.h b/pjsip/src/test-pjsip/test.h
index 2012781c..3356d537 100644
--- a/pjsip/src/test-pjsip/test.h
+++ b/pjsip/src/test-pjsip/test.h
@@ -54,4 +54,7 @@ int init_msg_logger(void);
int msg_logger_set_enabled(pj_bool_t enabled);
void flush_events(unsigned duration);
+/* Settings. */
+extern int log_level;
+
#endif /* __TEST_H__ */