about summary refs log tree commit diff stats
path: root/src/omemo/omemo.h
diff options
context:
space:
mode:
authorPaul Fariello <paul@fariello.eu>2019-02-19 19:18:15 +0140
committerPaul Fariello <paul@fariello.eu>2019-04-08 11:50:12 +0200
commitbfbc8edcad16e576041d7a81a4d58c70fa17a3fa (patch)
tree8fb7e42ee296e585e286a0dc777c048f9eea8d20 /src/omemo/omemo.h
parent4a5b672f95266990549ddc7eb2366a99cfddeefa (diff)
downloadprofani-tty-bfbc8edcad16e576041d7a81a4d58c70fa17a3fa.tar.gz
Add crypto backend for signal-protocol
Diffstat (limited to 'src/omemo/omemo.h')
-rw-r--r--src/omemo/omemo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/omemo/omemo.h b/src/omemo/omemo.h
new file mode 100644
index 00000000..2ca1c221
--- /dev/null
+++ b/src/omemo/omemo.h
@@ -0,0 +1,3 @@
+#include "config/account.h"
+
+void omemo_init(ProfAccount *account);
the default' href='/akkartik/mu/commit/channel.mu?h=hlt&id=b96af395b9af2ff9df94b3e82213171f30827c8d'>b96af395 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43