1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

Merge pull request #154 from vctrmn/feature/fix-facilio-warning

Fix deprecated warning in facil.io
This commit is contained in:
Rene Schallner 2025-03-29 08:38:20 +01:00 committed by GitHub
commit 827e3a656a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -16,3 +16,4 @@ scratch
.vs/
**/*.perflog
wrk/*.png
.zig-cache/

View file

@ -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);
/*******************************************************************************