f555d7b4b69137f5bb1eaee5c92de408a35462e8
[gnulib.git] / lib / makepath.h
1 #ifndef __P
2 #if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
3 #define __P(args) args
4 #else
5 #define __P(args) ()
6 #endif /* GCC.  */
7 #endif /* Not __P.  */
8
9 int
10   make_path __P ((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));