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 *rx, FILE *tx);
34
35
#endif
/* REQUEST_H */
handleRequest
void handleRequest(FILE *rx, FILE *tx)
Handles requests coming from a client.
initRequestHandler
int initRequestHandler(void)
Initializes the request-handling module.
Generated on Wed Jan 17 2018 12:47:31 by
1.8.13