mirror of
https://github.com/Wessel/c-websocket-server.git
synced 2026-07-14 12:34:10 +02:00
feat: Populate repo
This commit is contained in:
10
include/active.h
Normal file
10
include/active.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ACTIVE_H
|
||||
#define ACTIVE_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
extern size_t connections_size;
|
||||
extern char* connections[100];
|
||||
extern int connections_head;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user