aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-room.h
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-room.h')
-rw-r--r--matrix-room.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/matrix-room.h b/matrix-room.h
index 9537feb..b40df45 100644
--- a/matrix-room.h
+++ b/matrix-room.h
@@ -30,13 +30,14 @@ struct _PurpleConnection;
typedef GHashTable MatrixRoomStateEventTable;
struct _JsonArray;
+struct _JsonObject;
/**
* Parse a json list of room state into a MatrixRoomStateEventTable
*/
void matrix_room_parse_state_events(MatrixRoomStateEventTable *state_table,
- struct _JsonArray *state_array);
+ struct _JsonArray *state_array, struct _JsonObject *event_map);
/**