summaryrefslogtreecommitdiff
path: root/config.h
blob: c70c6ef47473dec42241f06cf6ce1891f1b762be (plain)
1
2
3
4
5
6
7
8
9
10
11
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