summaryrefslogtreecommitdiffstats
path: root/common/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/notify.h')
-rw-r--r--common/notify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/notify.h b/common/notify.h
index d82a7ca2..b6b40034 100644
--- a/common/notify.h
+++ b/common/notify.h
@@ -23,3 +23,5 @@
void notify_init(void);
void notify_close(void);
+void notify_add(const char *pathname);
+void notify_remove(const char *pathname);