source: branches/samhain_3_1/include/sh_fInotify.h@ 577

Last change on this file since 577 was 368, checked in by katerina, 13 years ago

Add missing files for ticket #265

File size: 267 bytes
Line 
1
2#ifndef SH_F_INOTIFY_H
3#define SH_F_INOTIFY_H
4
5int sh_fInotify_init(struct mod_type * arg);
6int sh_fInotify_timer(time_t tcurrent);
7int sh_fInotify_run(void);
8int sh_fInotify_reconf(void);
9int sh_fInotify_cleanup(void);
10
11extern sh_rconf sh_fInotify_table[];
12
13#endif
Note: See TracBrowser for help on using the repository browser.