summaryrefslogtreecommitdiffstats
path: root/include/sh_registry.h
blob: 92a47516e4f4e60206091464b5e29cbd32b76c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SH_REGISTRY_H
#define SH_REGISTRY_H

int sh_reg_check_init(struct mod_type * arg);
int sh_reg_check_timer(time_t tcurrent);
int sh_reg_check_run(void);
int sh_reg_check_reconf(void);
int sh_reg_check_cleanup(void);

extern sh_rconf sh_reg_check_table[];

#endif