diff options
author | Brian Cameron <brian.cameron@sun.com> | 2010-02-18 10:38:42 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-02-18 10:38:42 -0500 |
commit | 8ca10fd4ded0383e597b17ec315b955515e19a78 (patch) | |
tree | c25d080aa0b1052fd07d7537d3c258e1a5fb9ca5 /bus | |
parent | b429488739a5d7a49275b3d7f4628c295069dd87 (diff) | |
download | dbus-8ca10fd4ded0383e597b17ec315b955515e19a78.tar.gz |
Fix dummy file monitoring backend compilation
https://bugs.freedesktop.org/show_bug.cgi?id=26421
Diffstat (limited to 'bus')
-rw-r--r-- | bus/dir-watch-default.c | 6 |
1 files changed, 3 insertions, 3 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_watch_directory (const char *dir, BusContext *context) +bus_set_watched_dirs (BusContext *context, DBusList **directories) { } |