about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2019-04-14 00:02:17 +0200
committerMichael Vetter <jubalh@iodoru.org>2019-04-14 00:02:17 +0200
commitb40fcf248c79b0df24c1807baf8c2b176c8ff035 (patch)
treef9c779cc0951703690c9a2b331ba1bf09b44e939 /tests
parent9cd5dfbdaab42e4b5874e6f72bd75f3523afb2ea (diff)
downloadprofani-tty-b40fcf248c79b0df24c1807baf8c2b176c8ff035.tar.gz
Add omemo_start_sessions to unittest stub
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/omemo/stub_omemo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/omemo/stub_omemo.c b/tests/unittests/omemo/stub_omemo.c
index 5b1d02df..baf2a05b 100644
--- a/tests/unittests/omemo/stub_omemo.c
+++ b/tests/unittests/omemo/stub_omemo.c
@@ -66,3 +66,4 @@ void omemo_trust(const char *const jid, const char *const fingerprint_formatted)
 void omemo_untrust(const char *const jid, const char *const fingerprint_formatted) {}
 void omemo_devicelist_publish(GList *device_list) {}
 void omemo_publish_crypto_materials(void) {}
+void omemo_start_sessions(void) {}