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, 2 insertions, 0 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h
index 48afca3..d2f0f4b 100644
--- a/matrix-e2e.h
+++ b/matrix-e2e.h
@@ -19,11 +19,13 @@
#ifndef MATRIX_E2E_H
#define MATRIX_E2E_H
+#include <json-glib/json-glib.h>
#include "matrix-connection.h"
typedef struct _MatrixE2EData MatrixE2EData;
int matrix_e2e_get_device_keys(MatrixConnectionData *conn, const gchar *device_id);
void matrix_e2e_cleanup_connection(MatrixConnectionData *conn);
+void matrix_e2e_handle_sync_key_counts(struct _PurpleConnection *pc, struct _JsonObject *count_object, gboolean force_send);
#endif