summaryrefslogtreecommitdiff
path: root/src/remove.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 16:22:00 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 16:22:00 +0000
commitcf00554f8f49b9a72e5a0c8c33147393f7c19cf9 (patch)
tree9787aff184bb71496b4c20eddaf30aa674f41c24 /src/remove.c
parent1b9f58551dc3610a4c15f15cd189d664c2d86cf4 (diff)
downloadcoreutils-cf00554f8f49b9a72e5a0c8c33147393f7c19cf9.tar.xz
Don't declare base_name.
Diffstat (limited to 'src/remove.c')
-rw-r--r--src/remove.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/remove.c b/src/remove.c
index c911efac0..38ea7464e 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -1,5 +1,5 @@
/* remove.c -- core functions for removing files and directories
- Copyright (C) 88, 90, 91, 94, 95, 96, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 94, 95, 96, 97, 1998, 1999 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -93,7 +93,6 @@ int rpl_lstat PARAMS((const char *, struct stat *));
be resized only for hierarchies more than about 45 levels deep. */
#define ACTIVE_DIR_INITIAL_CAPACITY 53
-char *base_name ();
int euidaccess ();
int yesno ();