aboutsummaryrefslogtreecommitdiff
path: root/server-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'server-connection.h')
-rw-r--r--server-connection.h12
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