aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-e2e.h
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-e2e.h')
-rw-r--r--matrix-e2e.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h
index a3d953f..3aaab9b 100644
--- a/matrix-e2e.h
+++ b/matrix-e2e.h
@@ -27,6 +27,7 @@ typedef struct _PurpleConversation PurpleConversation;
int matrix_e2e_get_device_keys(MatrixConnectionData *conn, const gchar *device_id);
void matrix_e2e_cleanup_connection(MatrixConnectionData *conn);
+void matrix_e2e_cleanup_conversation(PurpleConversation *conv);
void matrix_e2e_decrypt_d2d(struct _PurpleConnection *pc, struct _JsonObject *event);
JsonParser *matrix_e2e_decrypt_room(struct _PurpleConversation *conv, struct _JsonObject *event);
void matrix_e2e_handle_sync_key_counts(struct _PurpleConnection *pc, struct _JsonObject *count_object, gboolean force_send);