From 53bab8663e21800e9da2e3cde296248fc8978943 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Tue, 2 Feb 2010 14:14:20 +0100 Subject: [PATCH] win32 fix for commit 8a9880ffd2b81df38bb0e3492bda7a9636ac0280 - Clean up inotify watch handling --- bus/dir-watch-default.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bus/dir-watch-default.c b/bus/dir-watch-default.c index 6f8f1e9..ff70d08 100644 --- a/bus/dir-watch-default.c +++ b/bus/dir-watch-default.c @@ -38,3 +38,7 @@ void bus_watch_directory (const char *dir, BusContext *context) { } + +void bus_set_watched_dirs(BusContext *context, DBusList **dirs) +{ +} -- 2.7.4