Last change
on this file since 580 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
|
Line | |
---|
1 |
|
---|
2 | #ifndef SH_REGISTRY_H
|
---|
3 | #define SH_REGISTRY_H
|
---|
4 |
|
---|
5 | int sh_reg_check_init(struct mod_type * arg);
|
---|
6 | int sh_reg_check_timer(time_t tcurrent);
|
---|
7 | int sh_reg_check_run(void);
|
---|
8 | int sh_reg_check_reconf(void);
|
---|
9 | int sh_reg_check_cleanup(void);
|
---|
10 |
|
---|
11 | extern sh_rconf sh_reg_check_table[];
|
---|
12 |
|
---|
13 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.