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 d34b90bf..825529b1 100644
--- a/src/omemo/omemo.h
+++ b/src/omemo/omemo.h
@@ -2,4 +2,5 @@
 
 typedef struct omemo_context_t omemo_context;
 
-void omemo_init(ProfAccount *account);
+void omemo_init(void);
+void omemo_generate_crypto_materials(ProfAccount *account);