summaryrefslogtreecommitdiff
path: root/src/task_proto.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-03-30 12:30:32 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-03-30 12:30:32 +0200
commit802a8b7e4896a12d8eced17b6ee54c7bca02a629 (patch)
tree3dcde553d3f2d9354430a5972e46a544756c46f8 /src/task_proto.h
parente2e4a93fe955bdd2de4e5b49974c859c7657d5ff (diff)
Make task_proto use new design.
Diffstat (limited to 'src/task_proto.h')
-rw-r--r--src/task_proto.h2
1 files changed, 1 insertions, 1 deletions
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 <libwebsockets.h>
-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);