(strip_trailing_slashes): Remove decl; now in dirname.h.
#endif
#include "save-cwd.h"
+#include "dirname.h"
#include "error.h"
#include "quote.h"
-void strip_trailing_slashes ();
-
#define CLEANUP_CWD \
do \
{ \
}
/* Ensure that the directory ARGPATH exists.
- Remove any trailing slashes from ARGPATH before calling this function.
Create any leading directories that don't already exist, with
permissions PARENT_MODE.
# include <strings.h>
#endif
+#include <dirname.h>
#include <xalloc.h>
#ifndef HAVE_DECL_FREE
void free ();
#endif
-void strip_trailing_slashes ();
-
/* Rename the file SRC_PATH to DST_PATH, removing any trailing
slashes from SRC_PATH. Needed for SunOS 4.1.1_U1. */