summaryrefslogtreecommitdiffstats
path: root/gatchat/gatserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatserver.h')
-rw-r--r--gatchat/gatserver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gatchat/gatserver.h b/gatchat/gatserver.h
index f0c19da4..5e663b75 100644
--- a/gatchat/gatserver.h
+++ b/gatchat/gatserver.h
@@ -65,7 +65,8 @@ enum _GAtServerRequestType {
typedef enum _GAtServerRequestType GAtServerRequestType;
-typedef void (*GAtServerNotifyFunc)(GAtServerRequestType type,
+typedef void (*GAtServerNotifyFunc)(GAtServer *server,
+ GAtServerRequestType type,
GAtResult *result, gpointer user_data);
GAtServer *g_at_server_new(GIOChannel *io);