1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(strip_trailing_slashes): Remove declaration; now in dirname.h.

This commit is contained in:
Jim Meyering
2001-05-12 09:51:23 +00:00
parent c29cb48a98
commit 4a94a06aa6
6 changed files with 5 additions and 10 deletions

View File

@@ -23,6 +23,7 @@
#include <sys/types.h>
#include "system.h"
#include "dirname.h"
#include "error.h"
#include "filemode.h"
#include "modechange.h"
@@ -53,8 +54,6 @@ enum Verbosity
V_off
};
void strip_trailing_slashes ();
static int change_dir_mode PARAMS ((const char *dir,
const struct mode_change *changes,
const struct stat *statp));

View File

@@ -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;

View File

@@ -29,6 +29,7 @@
#include "system.h"
#include "same.h"
#include "backupfile.h"
#include "dirname.h"
#include "error.h"
#include "quote.h"
@@ -86,7 +87,6 @@ int symlink ();
int isdir ();
int yesno ();
void strip_trailing_slashes ();
/* The name by which the program was run, for error messages. */
char *program_name;

View File

@@ -34,8 +34,6 @@
#define AUTHORS "David MacKenzie"
void strip_trailing_slashes ();
/* The name this program was run with. */
char *program_name;

View File

@@ -50,6 +50,7 @@
#include <assert.h>
#include "system.h"
#include "dirname.h"
#include "error.h"
#include "remove.h"
#include "save-cwd.h"
@@ -60,8 +61,6 @@
#define AUTHORS \
"Paul Rubin, David MacKenzie, Richard Stallman, and Jim Meyering"
void strip_trailing_slashes ();
/* Name this program was run with. */
char *program_name;

View File

@@ -28,6 +28,7 @@
#include <sys/types.h>
#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;