aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-e2e.h
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-e2e.h')
-rw-r--r--matrix-e2e.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h
index 9483b4e..a3d953f 100644
--- a/matrix-e2e.h
+++ b/matrix-e2e.h
@@ -28,7 +28,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_decrypt_d2d(struct _PurpleConnection *pc, struct _JsonObject *event);
-void matrix_e2e_decrypt_room(struct _PurpleConversation *conv, 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);
#endif