sister
Loading...
Searching...
No Matches
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
36
void
handleRequest
(FILE *rx, FILE *tx);
37
38
#endif
/* REQUEST_H */
initRequestHandler
int initRequestHandler(void)
Initializes the request-handling module.
handleRequest
void handleRequest(FILE *rx, FILE *tx)
Handles requests coming from a client.
Generated on Mon Nov 3 2025 08:42:06 for sister by
1.9.8