Add tests with filenames containing newline and backslash characters.
[coreutils.git] / lib / makepath.h
blobf7c5b602663ccdecd7bd0890608bca766617262a
1 #ifndef PARAMS
2 # if defined PROTOTYPES || (defined __STDC__ && __STDC__)
3 # define PARAMS(Args) Args
4 # else
5 # define PARAMS(Args) ()
6 # endif
7 #endif
9 int
10 make_path PARAMS ((const char *_argpath,
11 int _mode,
12 int _parent_mode,
13 uid_t _owner,
14 gid_t _group,
15 int _preserve_existing,
16 const char *_verbose_fmt_string));