about summary refs log tree commit diff stats
path: root/src/omemo/omemo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/omemo/omemo.h')
-rw-r--r--src/omemo/omemo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/omemo/omemo.h b/src/omemo/omemo.h
index f07d42bc..84f21e64 100644
--- a/src/omemo/omemo.h
+++ b/src/omemo/omemo.h
@@ -13,6 +13,7 @@ typedef struct omemo_key {
     size_t length;
     gboolean prekey;
     uint32_t device_id;
+    uint32_t id;
 } omemo_key_t;
 
 void omemo_init(void);
@@ -27,7 +28,7 @@ void omemo_prekeys(GList **prekeys, GList **ids, GList **lengths);
 void omemo_set_device_list(const char *const jid, GList * device_list);
 
 void omemo_start_session(const char *const barejid);
-void omemo_start_device_session(const char *const jid, uint32_t device_id, uint32_t prekey_id, const unsigned char *const prekey, size_t prekey_len, uint32_t signed_prekey_id, const unsigned char *const signed_prekey, size_t signed_prekey_len, const unsigned char *const signature, size_t signature_len, const unsigned char *const identity_key, size_t identity_key_len);
+void omemo_start_device_session(const char *const jid, uint32_t device_id, GList *prekeys, uint32_t signed_prekey_id, const unsigned char *const signed_prekey, size_t signed_prekey_len, const unsigned char *const signature, size_t signature_len, const unsigned char *const identity_key, size_t identity_key_len);
 
 gboolean omemo_loaded(void);
 gboolean omemo_on_message_send(ProfChatWin *chatwin, const char *const message, gboolean request_receipt);
l.com> 2013-01-27 18:10:30 +0000 Renamed account_add_login -> account_add, added comments' href='/danisanti/profani-tty/commit/src/accounts.h?id=5cca57f6fb02154b4966725ee602210611ef4b92'>5cca57f6 ^
324a85a2 ^
ce6f2276 ^

c80383e2 ^



8415f57b ^


f6176b32 ^
a9c629dd ^

6826a66f ^

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
44
45
46
47
48
49
50
51
52
53
54
55
56