sister
 All Files Functions
request.h
Go to the documentation of this file.
1 
6 #ifndef REQUEST_H
7 #define REQUEST_H
8 
9 #include <stdio.h>
10 
11 
20 int initRequestHandler(void);
21 
31 void handleRequest(FILE *client);
32 
33 
34 #endif /* REQUEST_H */