diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-06 11:15:57 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-06 11:15:57 +0200 |
| commit | cb86d3213519727a7fecd05b18b6a8adff230976 (patch) | |
| tree | 6eb60c98731014da7df5d05212ab94b14e6db29a /server-connection.h | |
| parent | 56c2acfdbf1e4ee5d3fd44814a31ae64f57b3f49 (diff) | |
| download | pico-web-cb86d3213519727a7fecd05b18b6a8adff230976.tar pico-web-cb86d3213519727a7fecd05b18b6a8adff230976.tar.gz pico-web-cb86d3213519727a7fecd05b18b6a8adff230976.zip | |
(src) Moved source files to a src folder
Diffstat (limited to 'server-connection.h')
| -rw-r--r-- | server-connection.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server-connection.h b/server-connection.h deleted file mode 100644 index 71447ff..0000000 --- a/server-connection.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef H_SERVER_CONNECTION -#define H_SERVER_CONNECTION - -#include <sds/sds.h> - -#define vh_user 0 -#define vh_path 1 -#define vh_error 2 - -void on_connection(const char* client, const int fd_client, sds **vhosts, const int vhostsc); - -#endif |
