diff --git a/.gitignore b/.gitignore index 6d2d37c1..5ac95611 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ scratch .vs/ **/*.perflog wrk/*.png +.zig-cache/ \ No newline at end of file diff --git a/facil.io/lib/facil/http/websockets.c b/facil.io/lib/facil/http/websockets.c index 87353eff..1e882da2 100644 --- a/facil.io/lib/facil/http/websockets.c +++ b/facil.io/lib/facil/http/websockets.c @@ -96,7 +96,7 @@ void free_ws_buffer(ws_s *owner, struct buffer_s buff) { Create/Destroy the websocket object (prototypes) */ -static ws_s *new_websocket(); +static ws_s *new_websocket(intptr_t uuid); static void destroy_ws(ws_s *ws); /*******************************************************************************