00001 00006 #ifndef REQUEST_H 00007 #define REQUEST_H 00008 00009 #include <stdio.h> 00010 00011 00020 int initRequestHandler(void); 00021 00031 void handleRequest(FILE *client); 00032 00033 00034 #endif /* REQUEST_H */