summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-09 06:38:19 +0000
committerJim Meyering <jim@meyering.net>2002-07-09 06:38:19 +0000
commit56a4c59e6057e158c6ea55d2394faa7bb8d14e7c (patch)
tree83a8194b2302ec39cf14a62117058922b56bb023 /src/mv.c
parenta1d54b2837b509caf8b1df1ad67bbc780cad0d50 (diff)
downloadcoreutils-56a4c59e6057e158c6ea55d2394faa7bb8d14e7c.tar.xz
(euidaccess): Remove declaration. It was unused. From Michael Stone.
(yesno): Remove declaration. It too was unused.
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mv.c b/src/mv.c
index 2bea3315d..cdf3d9a33 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -58,10 +58,8 @@ enum
REPLY_OPTION
};
-int euidaccess ();
int isdir ();
int lstat ();
-int yesno ();
/* The name this program was run with. */
char *program_name;