* lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
[gnulib.git] / lib / mkancesdirs.h
index a698c9c..06c6f3d 100644 (file)
@@ -1 +1,4 @@
-int mkancesdirs (char *, int (*) (char const *, void *), void *);
+#include <stddef.h>
+struct savewd;
+ptrdiff_t mkancesdirs (char *, struct savewd *,
+                      int (*) (char const *, void *), void *);