summaryrefslogtreecommitdiff
path: root/socket/socket-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket/socket-priv.h')
-rw-r--r--socket/socket-priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket/socket-priv.h b/socket/socket-priv.h
index 10286e3..6e9f3f5 100644
--- a/socket/socket-priv.h
+++ b/socket/socket-priv.h
@@ -75,7 +75,7 @@ void nice_socket_queue_send (GQueue *send_queue, const NiceAddress *to,
void nice_socket_queue_send_with_callback (GQueue *send_queue,
const NiceOutputMessage *message, gsize message_offset, gsize message_len,
gboolean head, GSocket *gsock, GSource **io_source, GMainContext *context,
- GSourceFunc cb, gpointer user_data);
+ GSocketSourceFunc cb, gpointer user_data);
/**
* nice_socket_flush_send_queue: