summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-04-30 12:56:52 +0200
committerJonas Smedegaard <dr@jones.dk>2018-04-30 12:56:52 +0200
commitf24295049f4d58e72b05dacc943d4387fd66cbcb (patch)
tree985816714d70de11b68fab44231110cdc162300d /test/test.h
parentb7869a262cbca2241c70549af9c877529706c15f (diff)
parenta7fd4a25c8a1e0f292d4922f9261e1756e444a28 (diff)
New upstream version 0.5.9
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index f276a8d..8072cfd 100644
--- a/test/test.h
+++ b/test/test.h
@@ -150,6 +150,14 @@ int mock_auplay_register(struct auplay **auplayp,
/*
+ * Mock Media encryption
+ */
+
+void mock_menc_register(void);
+void mock_menc_unregister(void);
+
+
+/*
* Mock Video-source
*/
@@ -181,6 +189,7 @@ int test_account(void);
int test_aulevel(void);
int test_cmd(void);
int test_cmd_long(void);
+int test_event(void);
int test_contact(void);
int test_ua_alloc(void);
int test_uag_find_param(void);
@@ -207,6 +216,7 @@ int test_call_video(void);
int test_call_aulevel(void);
int test_call_progress(void);
int test_call_format_float(void);
+int test_call_mediaenc(void);
#ifdef USE_VIDEO
int test_video(void);