]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
declare strip_trailing_slashes
authorJim Meyering <jim@meyering.net>
Sun, 25 May 1997 21:25:28 +0000 (21:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 25 May 1997 21:25:28 +0000 (21:25 +0000)
src/ls.c

index eaf968f8a65b06a54236978ccd011124399c33ec..181b94aa071965b50a7ca10cebd463901c3f65a8 100644 (file)
--- a/src/ls.c
+++ b/src/ls.c
@@ -141,10 +141,11 @@ void free ();
 
 void mode_string ();
 
-char *stpcpy ();
-char *xstrdup ();
 char *getgroup ();
 char *getuser ();
+char *stpcpy ();
+void strip_trailing_slashes ();
+char *xstrdup ();
 char *xmalloc ();
 char *xrealloc ();
 void invalid_arg ();