summaryrefslogtreecommitdiffstats
path: root/include/sh_processcheck.h
blob: 533e6bd8414740a6a3b9fe69b1f5b54f0c146a55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SH_PROCESSCHECK_H
#define SH_PROCESSCHECK_H

int sh_prochk_init(struct mod_type * arg);
int sh_prochk_timer(time_t tcurrent);
int sh_prochk_check(void);
int sh_prochk_reconf(void);
int sh_prochk_cleanup(void);

extern sh_rconf sh_prochk_table[];

#endif