diff options
Diffstat (limited to 'common/notify.h')
-rw-r--r-- | common/notify.h | 2 |
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); |