diff lib/mkancesdirs.h @ 7418:77a75e20049c

* mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file name (relative to the original working directory) and the file name component (relative to the temporary working directory). All callers changed. * mkancesdirs.h (mkancesdirs): Adjust prototype to match. * mkdir-p.c (make_dir_parents): Likewise. * mkdir-p.h (make_dir_parents): Likewise. SCALAR(0x827b260) 2006-10-06 Bruno Haible <bruno@clisp.org>
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 07 Oct 2006 07:07:34 +0000
parents 796e1837ac66
children e8d2c6fc33ad
line wrap: on
line diff
--- a/lib/mkancesdirs.h
+++ b/lib/mkancesdirs.h
@@ -1,4 +1,4 @@
 #include <stddef.h>
 struct savewd;
 ptrdiff_t mkancesdirs (char *, struct savewd *,
-		       int (*) (char const *, void *), void *);
+		       int (*) (char const *, char const *, void *), void *);