00001 00006 #ifndef REQUEST_H 00007 #define REQUEST_H 00008 00009 #include <stdio.h> 00010 00011 00017 int initRequestHandler(void); 00018 00028 int handleRequest(FILE *client); 00029 00030 00031 #endif /* REQUEST_H */