aboutsummaryrefslogtreecommitdiff
path: root/server-connection.h
blob: 71447ff382c5f8852e6923e6fe5fa64577c20a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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