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:
commit
827e3a656a
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@ scratch
|
|||
.vs/
|
||||
**/*.perflog
|
||||
wrk/*.png
|
||||
.zig-cache/
|
|
@ -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);
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue