diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-21 12:17:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-21 12:17:26 +0000 |
commit | 1ed365fb82df5b0365aa58cad98ba6f03fa737ca (patch) | |
tree | df03c67832b88c5fababe3974893211caa096dc2 /src/copy.h | |
parent | 2b2fb0cf91accb2c8f35ea9ec70b0cc386973d23 (diff) | |
download | coreutils-1ed365fb82df5b0365aa58cad98ba6f03fa737ca.tar.xz |
Use PARAMS, not __P.
Diffstat (limited to 'src/copy.h')
-rw-r--r-- | src/copy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/copy.h b/src/copy.h index 4f80fd676..78482d3c7 100644 --- a/src/copy.h +++ b/src/copy.h @@ -86,7 +86,7 @@ struct cp_options }; int -copy __P ((const char *src_path, const char *dst_path, - int nonexistent_dst, const struct cp_options *options)); +copy PARAMS ((const char *src_path, const char *dst_path, + int nonexistent_dst, const struct cp_options *options)); #endif |