source:
trunk/include/sh_fInotify.h@
577
Last change on this file since 577 was 368, checked in by , 13 years ago | |
---|---|
File size: 267 bytes |
Line | |
---|---|
1 | |
2 | #ifndef SH_F_INOTIFY_H |
3 | #define SH_F_INOTIFY_H |
4 | |
5 | int sh_fInotify_init(struct mod_type * arg); |
6 | int sh_fInotify_timer(time_t tcurrent); |
7 | int sh_fInotify_run(void); |
8 | int sh_fInotify_reconf(void); |
9 | int sh_fInotify_cleanup(void); |
10 | |
11 | extern sh_rconf sh_fInotify_table[]; |
12 | |
13 | #endif |
Note:
See TracBrowser
for help on using the repository browser.