]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(copy): Declare to be static.
authorJim Meyering <jim@meyering.net>
Sun, 4 Apr 1993 15:05:24 +0000 (15:05 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Apr 1993 15:05:24 +0000 (15:05 +0000)
src/cp.c

index 830861d0e1dd6b1eaaefd122b19b0e4399df33a8..bfcf912f2b6dd70e1c3a8f8a765970c1ee1ee024 100644 (file)
--- 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;