summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/pjsystest/systest.h
diff options
context:
space:
mode:
Diffstat (limited to 'pjsip-apps/src/pjsystest/systest.h')
-rw-r--r--pjsip-apps/src/pjsystest/systest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjsip-apps/src/pjsystest/systest.h b/pjsip-apps/src/pjsystest/systest.h
index 18f0c181..ddc286a1 100644
--- a/pjsip-apps/src/pjsystest/systest.h
+++ b/pjsip-apps/src/pjsystest/systest.h
@@ -70,6 +70,7 @@ extern "C" {
/* API, to be called by main() */
int systest_init(void);
+int systest_set_dev(int cap_dev, int play_dev);
int systest_run(void);
void systest_save_result(const char *filename);
void systest_deinit(void);