From 603a99217dc455370b09967e7628412c13b6663b Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 21:13:24 +0000 Subject: Allow adding user defined directories --- common/notify.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/notify.h') 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); -- cgit