From cb86d3213519727a7fecd05b18b6a8adff230976 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 6 Jan 2024 11:15:57 +0200 Subject: (src) Moved source files to a src folder --- server-connection.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 server-connection.h (limited to 'server-connection.h') 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 - -#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 -- cgit v1.2.3