about summary refs log tree commit diff stats
path: root/src/otr/otrlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/otr/otrlib.h')
-rw-r--r--src/otr/otrlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otrlib.h b/src/otr/otrlib.h
index df2144a6..263e44df 100644
--- a/src/otr/otrlib.h
+++ b/src/otr/otrlib.h
@@ -39,6 +39,6 @@ gcry_error_t otrlib_encrypt_message(OtrlUserState user_state, OtrlMessageAppOps
 int otrlib_decrypt_message(OtrlUserState user_state, OtrlMessageAppOps *ops, char *jid, const char * const from,
     const char * const message, char **decrypted, OtrlTLV **tlvs);
 
-void otrlib_handle_tlvs(OtrlUserState user_state, OtrlMessageAppOps *ops, ConnContext *context, OtrlTLV *tlvs);
+void otrlib_handle_tlvs(OtrlUserState user_state, OtrlMessageAppOps *ops, ConnContext *context, OtrlTLV *tlvs, GHashTable *smp_initiators);
 
 #endif