From db66484c4300f5f0e857eff01d15fd3593002a79 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 5 Jun 2020 14:09:18 +0200 Subject: Initial commit --- inotify.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 inotify.h (limited to 'inotify.h') diff --git a/inotify.h b/inotify.h new file mode 100644 index 0000000..c70c6ef --- /dev/null +++ b/inotify.h @@ -0,0 +1,12 @@ +#ifndef fooconfighfoo +#define fooconfighfoo + +void scfg_monitor_dir(struct cfg *cfg); + +void inotify_refdump(struct inotify_ev *iev); + +void scfg_stop_monitor_dir(struct cfg *cfg); + +void scfg_read_all(struct cfg *cfg); + +#endif -- cgit v1.2.3