#include <sys/select.h>#include <time.h>#include <unistd.h>#include <sys/types.h>#include <sys/wait.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <syslog.h>#include <errno.h>#include "../include/monitor.h"Go to the source code of this file.
Functions | |
| void | logRotate (FILE **handle, char *path, char *pattern) |
Variables | |
| int | verbose |
| void logRotate | ( | FILE ** | handle, | |
| char * | path, | |||
| char * | pattern | |||
| ) |
Definition at line 17 of file logRotate.c.
| int verbose |
1.5.8