summaryrefslogtreecommitdiff
path: root/src/copy.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:39:14 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-26 07:39:14 +0000
commit2a3e586dee70080768e05a72134914719a0dc997 (patch)
treee74050dde56b4b079622d81ec34facd7f33231d7 /src/copy.h
parent9c8b155e3889ef6600437fb0933e9a28bb085134 (diff)
downloadcoreutils-2a3e586dee70080768e05a72134914719a0dc997.tar.xz
(stat, lstat, rename): Remove decls.
Diffstat (limited to 'src/copy.h')
-rw-r--r--src/copy.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/copy.h b/src/copy.h
index 184de77b5..1308962fb 100644
--- a/src/copy.h
+++ b/src/copy.h
@@ -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. */