summaryrefslogtreecommitdiffstats
path: root/include/sh_logmon.h
blob: 6195877ea92c4082079f0afed435c9aade4cb746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SH_LOGMON_H
#define SH_LOGMON_H

extern sh_rconf sh_log_check_table[];

int sh_log_check_init (struct mod_type * arg);
int sh_log_check_timer(time_t tcurrent);
int sh_log_check_check(void);
int sh_log_check_reconf(void); 
int sh_log_check_cleanup(void);

#endif