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

int sh_fInotify_init(struct mod_type * arg);
int sh_fInotify_timer(time_t tcurrent);
int sh_fInotify_run(void);
int sh_fInotify_reconf(void);
int sh_fInotify_cleanup(void);

extern sh_rconf sh_fInotify_table[];

#endif