about summary refs log tree commit diff stats
path: root/src/xmpp/omemo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/omemo.h')
-rw-r--r--src/xmpp/omemo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/omemo.h b/src/xmpp/omemo.h
index 31021ab4..9f29cb96 100644
--- a/src/xmpp/omemo.h
+++ b/src/xmpp/omemo.h
@@ -38,6 +38,7 @@
 #include "xmpp/iq.h"
 
 void omemo_devicelist_subscribe(void);
+void omemo_devicelist_configure_and_request(void);
 void omemo_devicelist_publish(GList* device_list);
 void omemo_devicelist_request(const char* const jid);
 void omemo_bundle_publish(gboolean first);