source: trunk/include/sh_portcheck.h@ 124

Last change on this file since 124 was 67, checked in by katerina, 18 years ago

Add/delete files for samhain 2.3

File size: 246 bytes
Line 
1
2#ifndef SH_PORTCHECK_H
3#define SH_PORTCHECK_H
4
5int sh_portchk_init(void);
6int sh_portchk_timer(time_t tcurrent);
7int sh_portchk_check(void);
8int sh_portchk_reconf(void);
9int sh_portchk_cleanup(void);
10
11extern sh_rconf sh_portchk_table[];
12
13#endif
Note: See TracBrowser for help on using the repository browser.