1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src/xmpp/omemo.h

6 lines
142 B
C
Raw Normal View History

#include <glib.h>
2019-02-21 18:04:01 +00:00
void omemo_devicelist_subscribe(void);
void omemo_devicelist_publish(GList *device_list);
2019-02-21 18:04:01 +00:00
void omemo_bundle_publish(void);