summaryrefslogtreecommitdiffstats
path: root/bus/dir-watch-dnotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/dir-watch-dnotify.c')
-rw-r--r--bus/dir-watch-dnotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dir-watch-dnotify.c b/bus/dir-watch-dnotify.c
index 87e32761..988ef384 100644
--- a/bus/dir-watch-dnotify.c
+++ b/bus/dir-watch-dnotify.c
@@ -38,7 +38,7 @@ static int fds[MAX_DIRS_TO_WATCH];
static int num_fds = 0;
void
-bus_watch_directory (const char *dir, void *userdata)
+bus_watch_directory (const char *dir, BusContext *context)
{
int fd;