summaryrefslogtreecommitdiffstats
path: root/include/sh_portcheck.h
blob: 44a0823ec3be17c0e6f19cd436e12f25a3fe1ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SH_PORTCHECK_H
#define SH_PORTCHECK_H

int sh_portchk_init(struct mod_type * arg);
int sh_portchk_timer(time_t tcurrent);
int sh_portchk_check(void);
int sh_portchk_reconf(void);
int sh_portchk_cleanup(void);

extern sh_rconf sh_portchk_table[];

#endif