From 7273e229235d57e399bb8b6aa414223dacf72afe Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 7 Dec 1998 04:35:20 +0000 Subject: [PATCH] declare base_name --- src/ls.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 6fcdba30c..4923af3eb 100644 --- a/src/ls.c +++ b/src/ls.c @@ -134,11 +134,12 @@ struct bin_str time_t time (); #endif +char *base_name (); char *getgroup (); char *getuser (); +void invalid_arg (); void strip_trailing_slashes (); char *xstrdup (); -void invalid_arg (); static size_t quote_name PARAMS ((FILE *out, const char *name, struct quoting_options const *options)); -- 2.34.1