annotate lib/makepath.h @ 475:7e3e0dd559c7
(isnumber): Rename to is_number.
(parse_user_spec): Rename uses, too.
author |
Jim Meyering <jim@meyering.net> |
date |
Sat, 05 Aug 1995 03:13:16 +0000 (1995-08-05) |
parents |
82f87868408c |
children |
487fc63bcce9 |
rev |
line source |
428
|
1 #if __STDC__ |
|
2 #undef __P |
347
|
3 #define __P(args) args |
|
4 #else |
|
5 #define __P(args) () |
428
|
6 #endif |
347
|
7 |
|
8 int |
|
9 make_path __P ((const char *_argpath, |
|
10 int _mode, |
|
11 int _parent_mode, |
|
12 uid_t _owner, |
|
13 gid_t _group, |
|
14 int _preserve_existing, |
|
15 const char *_verbose_fmt_string)); |