From 8ca10fd4ded0383e597b17ec315b955515e19a78 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 18 Feb 2010 10:38:42 -0500 Subject: [PATCH] Fix dummy file monitoring backend compilation https://bugs.freedesktop.org/show_bug.cgi?id=26421 --- bus/dir-watch-default.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bus/dir-watch-default.c b/bus/dir-watch-default.c index 6f8f1e99..8e457eb6 100644 --- a/bus/dir-watch-default.c +++ b/bus/dir-watch-default.c @@ -29,12 +29,12 @@ /* NoOp */ -void -bus_drop_all_directory_watches (void) -{ -} - void bus_watch_directory (const char *dir, BusContext *context) { } + +void +bus_set_watched_dirs (BusContext *context, DBusList **directories) +{ +}