Don't declare base_name.
authorJim Meyering <jim@meyering.net>
Sat, 16 Jan 1999 16:22:00 +0000 (16:22 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Jan 1999 16:22:00 +0000 (16:22 +0000)
src/remove.c

index c911efac0807d024a4bbe48c2526f19ebc11c3ff..38ea7464e46d114d7af18936beef490e4b7571a2 100644 (file)
@@ -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 ();