summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-03 15:47:21 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-06-03 17:02:00 +0200
commita35174d5dfe6594f013e2fc0c7a286ef53e0d3fb (patch)
treee5ca094b4711936d5a254c83946620ca63513f50
parent2baab46892efbb05d9f6083ca5b7709919140751 (diff)
muc-channel: fix WockyMuc::permissions callback signature
-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)