summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-04 15:05:24 +0000
committerJim Meyering <jim@meyering.net>1993-04-04 15:05:24 +0000
commit0f1b91f942ce9d4dadb8c0615c82428c75337368 (patch)
tree2c6c72c3c924db0774ede54bea705bc13a4f4e86 /src/cp.c
parentcf4b6ee8fe0e454dac11df25e9e11be63a18b976 (diff)
downloadcoreutils-0f1b91f942ce9d4dadb8c0615c82428c75337368.tar.xz
(copy): Declare to be static.
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index 830861d0e..bfcf912f2 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -421,7 +421,7 @@ do_copy (argc, argv)
devices and inodes of parent directories of SRC_PATH.
Return 0 if successful, 1 if an error occurs. */
-int
+static int
copy (src_path, dst_path, new_dst, device, ancestors)
char *src_path;
char *dst_path;