1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00
profanity/src/omemo/omemo.c

11 lines
188 B
C
Raw Normal View History

2019-02-18 23:44:47 -05:00
#include <signal/signal_protocol.h>
#include "config/account.h"
void
omemo_init(ProfAccount *account)
{
signal_context *global_context;
signal_context_create(&global_context, NULL);
}