summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-12 09:51:23 +0000
committerJim Meyering <jim@meyering.net>2001-05-12 09:51:23 +0000
commit4a94a06aa6f19d572b734d0c1ec3e9b6206512f4 (patch)
treea180fe77da6b02ce0dbf0d17e1ad15fca89ea565 /src/chown.c
parentc29cb48a98ba45b10f433263f54fdf4a7bc3f533 (diff)
downloadcoreutils-4a94a06aa6f19d572b734d0c1ec3e9b6206512f4.tar.xz
(strip_trailing_slashes): Remove declaration; now in dirname.h.
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index ad6e86317..58cf26185 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -34,6 +34,7 @@
#include <getopt.h>
#include "system.h"
+#include "dirname.h"
#include "error.h"
#include "lchown.h"
#include "quote.h"
@@ -56,7 +57,6 @@ struct group *getgrgid ();
#endif
char *parse_user_spec ();
-void strip_trailing_slashes ();
/* The name the program was run with. */
char *program_name;