From 802a8b7e4896a12d8eced17b6ee54c7bca02a629 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 30 Mar 2012 12:30:32 +0200 Subject: Make task_proto use new design. --- src/task_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/task_proto.h') diff --git a/src/task_proto.h b/src/task_proto.h index fe57752..160dee9 100644 --- a/src/task_proto.h +++ b/src/task_proto.h @@ -32,7 +32,7 @@ #include -int callback_lws_task(struct libwebsocket_context * context, +int callback_lws_task(struct libwebsocket_context *context, struct libwebsocket *wsi, enum libwebsocket_callback_reasons reason, void *user, void *in, size_t len); -- cgit v1.2.3