From 4a94a06aa6f19d572b734d0c1ec3e9b6206512f4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 12 May 2001 09:51:23 +0000 Subject: (strip_trailing_slashes): Remove declaration; now in dirname.h. --- src/rmdir.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/rmdir.c') diff --git a/src/rmdir.c b/src/rmdir.c index 260205c3c..86ec7c1a3 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -28,6 +28,7 @@ #include #include "system.h" +#include "dirname.h" #include "error.h" #include "quote.h" @@ -44,8 +45,6 @@ # define ENOTEMPTY 0 #endif -void strip_trailing_slashes (); - /* The name this program was run with. */ char *program_name; -- cgit v1.2.3-54-g00ecf