summaryrefslogtreecommitdiff
path: root/src/munia_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/munia_proto.h')
-rw-r--r--src/munia_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/munia_proto.h b/src/munia_proto.h
index a2ad38f..a16cb44 100644
--- a/src/munia_proto.h
+++ b/src/munia_proto.h
@@ -31,11 +31,11 @@
#include <libwebsockets.h>
-int callback_lws_task(struct lws *wsi,
+int callback_lws_node(struct lws *wsi,
enum lws_callback_reasons reason,
void *user, void *in, size_t len);
-struct per_session_data__lws_task
+struct per_session_data__lws_node
{
struct lws *wsi;
};