summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/muc-channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/muc-channel.c b/src/muc-channel.c
index 5c0260d55..c0a27a490 100644
--- a/src/muc-channel.c
+++ b/src/muc-channel.c
@@ -308,7 +308,7 @@ static void handle_presence (WockyMuc *source,
static void handle_perms (WockyMuc *source,
WockyStanza *stanza,
- GHashTable *code,
+ guint code,
const gchar *actor,
const gchar *why,
gpointer data);
@@ -2483,7 +2483,7 @@ handle_left (WockyMuc *muc,
static void
handle_perms (WockyMuc *wmuc,
WockyStanza *stanza,
- GHashTable *code,
+ guint code,
const gchar *actor,
const gchar *why,
gpointer data)