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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xmpp/omemo.h b/src/xmpp/omemo.h
index eff3eee3..5409c6fd 100644
--- a/src/xmpp/omemo.h
+++ b/src/xmpp/omemo.h
@@ -1,3 +1,5 @@
+#include <glib.h>
+
 void omemo_devicelist_subscribe(void);
-void omemo_devicelist_publish(void);
+void omemo_devicelist_publish(GList *device_list);
 void omemo_bundle_publish(void);