]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(stat, lstat, rename): Remove decls.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:39:14 +0000 (07:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Nov 2004 07:39:14 +0000 (07:39 +0000)
src/copy.h

index 184de77b586ad814d1e0a031b053b0ca1f30d0af..1308962fb1b3b6eb3485bd948b01322964c3f199 100644 (file)
@@ -172,9 +172,6 @@ struct cp_options
   Hash_table *src_info;
 };
 
-int stat ();
-int lstat ();
-
 # define XSTAT(X, Src_path, Src_sb) \
   ((X)->dereference == DEREF_NEVER \
    ? lstat (Src_path, Src_sb) \
@@ -189,8 +186,6 @@ int rpl_lstat (const char *, struct stat *);
 #  define lstat rpl_lstat
 # endif
 
-int rename ();
-
 /* Arrange to make rename calls go through the wrapper function
    on systems with a rename function that fails for a source path
    specified with a trailing slash.  */