projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5c4d40
)
(make_dir): Declare.
author
Jim Meyering
<jim@meyering.net>
Sun, 5 Nov 2000 15:04:39 +0000
(15:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 5 Nov 2000 15:04:39 +0000
(15:04 +0000)
lib/makepath.h
patch
|
blob
|
history
diff --git
a/lib/makepath.h
b/lib/makepath.h
index f7c5b602663ccdecd7bd0890608bca766617262a..f5ece90cc236ad319e65ccbdba5fa6dafebc6e1b 100644
(file)
--- a/
lib/makepath.h
+++ b/
lib/makepath.h
@@
-14,3
+14,9
@@
make_path PARAMS ((const char *_argpath,
gid_t _group,
int _preserve_existing,
const char *_verbose_fmt_string));
+
+int
+make_dir PARAMS ((const char *dir,
+ const char *dirpath,
+ mode_t mode,
+ int *created_dir_p));