Main Page
Files
File List
Globals
All
Files
Functions
Typedefs
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
33
void
handleRequest
(FILE *fromClient, FILE *toClient);
34
44
void
handleInternalError
(
int
client);
45
46
#endif
/* REQUEST_H */
Generated on Mon Jun 24 2013 13:08:07 by
1.8.1.2