source: trunk/include/sh_logmon.h@ 581

Last change on this file since 581 was 183, checked in by katerina, 16 years ago

Support for logfile monitoring (ticket #122). Also improved some configure error messages.

File size: 270 bytes
RevLine 
[183]1#ifndef SH_LOGMON_H
2#define SH_LOGMON_H
3
4extern sh_rconf sh_log_check_table[];
5
6int sh_log_check_init (struct mod_type * arg);
7int sh_log_check_timer(time_t tcurrent);
8int sh_log_check_check(void);
9int sh_log_check_reconf(void);
10int sh_log_check_cleanup(void);
11
12#endif
Note: See TracBrowser for help on using the repository browser.