From cf87432e410cbe2ee61e90b8f4c2e8d2a75f09ca Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Fri, 5 Jun 2020 16:27:31 +0200 Subject: Split config into generic and dir watching parts --- inotify.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 inotify.h (limited to 'inotify.h') diff --git a/inotify.h b/inotify.h deleted file mode 100644 index c70c6ef..0000000 --- a/inotify.h +++ /dev/null @@ -1,12 +0,0 @@ -#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