#include <sys/select.h>#include <string.h>#include <stdlib.h>#include "../include/server.h"#include "../include/socket.h"#include "../include/monitor.h"#include "../include/logRotate.h"Go to the source code of this file.
Functions | |
| void | serverInit (tServer *server, unsigned int port, unsigned int pending, const char *logPath, const char *namePat) |
| void serverInit | ( | tServer * | server, | |
| unsigned int | port, | |||
| unsigned int | pending, | |||
| const char * | logPath, | |||
| const char * | namePat | |||
| ) |
Definition at line 11 of file serverInit.c.
1.5.8