source: trunk/include/sh_registry.h@ 550

Last change on this file since 550 was 294, checked in by katerina, 14 years ago

Tikets #213 and #214 (Use auditd to determine who changed a file, Windows registry check).

File size: 271 bytes
RevLine 
[294]1
2#ifndef SH_REGISTRY_H
3#define SH_REGISTRY_H
4
5int sh_reg_check_init(struct mod_type * arg);
6int sh_reg_check_timer(time_t tcurrent);
7int sh_reg_check_run(void);
8int sh_reg_check_reconf(void);
9int sh_reg_check_cleanup(void);
10
11extern sh_rconf sh_reg_check_table[];
12
13#endif
Note: See TracBrowser for help on using the repository browser.