From fc7055f2461fa92bc17d67f02058399dca5736ae Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Mon, 22 Jul 2013 17:54:38 +0200 Subject: rootdir.c: Fix declaration of rootdir_fakeself_exists. * rootdir.c (rootdir_fakeself_exists): Use the correct arguments for this kind of function. --- rootdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootdir.c b/rootdir.c index 9fc326a..f234dd0 100644 --- a/rootdir.c +++ b/rootdir.c @@ -392,7 +392,7 @@ out: } static int -rootdir_fakeself_exists () +rootdir_fakeself_exists (void *dir_hook, const void *entry_hook) { return opt_fake_self >= 0; } -- cgit v1.2.3