diff options
Diffstat (limited to 'matrix-e2e.h')
-rw-r--r-- | matrix-e2e.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h index def07e5..5ab5ee1 100644 --- a/matrix-e2e.h +++ b/matrix-e2e.h @@ -34,6 +34,8 @@ void matrix_e2e_decrypt_d2d(struct _PurpleConnection *pc, struct _JsonObject *ev JsonParser *matrix_e2e_decrypt_room(struct _PurpleConversation *conv, struct _JsonObject *event); gboolean matrix_e2e_parse_media_decrypt_info(MatrixMediaCryptInfo **crypt, JsonObject *file_obj); +const char *matrix_e2e_decrypt_media(MatrixMediaCryptInfo *crypt, + size_t inlen, const void *in, void **out); void matrix_e2e_handle_sync_key_counts(struct _PurpleConnection *pc, struct _JsonObject *count_object, gboolean force_send); #endif |