aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_stream_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_stream_lib.h')
-rw-r--r--src/include/gnunet_stream_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_stream_lib.h b/src/include/gnunet_stream_lib.h
index ece60c033..65e247ece 100644
--- a/src/include/gnunet_stream_lib.h
+++ b/src/include/gnunet_stream_lib.h
@@ -403,9 +403,9 @@ GNUNET_STREAM_read_cancel (struct GNUNET_STREAM_ReadHandle *rh);
403 * @param error_handler callback for errors 403 * @param error_handler callback for errors
404 * @return the message queue for the socket 404 * @return the message queue for the socket
405 */ 405 */
406struct GNUNET_MQ_MessageQueue * 406struct GNUNET_MQ_Handle *
407GNUNET_STREAM_mq_create (struct GNUNET_STREAM_Socket *socket, 407GNUNET_STREAM_mq_create (struct GNUNET_STREAM_Socket *socket,
408 const struct GNUNET_MQ_Handler *msg_handlers, 408 const struct GNUNET_MQ_MessageHandler *msg_handlers,
409 GNUNET_MQ_ErrorHandler error_handler, 409 GNUNET_MQ_ErrorHandler error_handler,
410 void *cls); 410 void *cls);
411 411