From: Paul Eggert Date: Mon, 2 Aug 2004 17:33:24 +0000 (+0000) Subject: Include . X-Git-Tag: v5.3.0~967 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d51a361e41b19080a7f6c4ca10922b38270baa;p=thirdparty%2Fcoreutils.git Include . (strip_trailing_slashes): Now returns bool. --- diff --git a/lib/dirname.h b/lib/dirname.h index 1baceb63a8..91479ad9af 100644 --- a/lib/dirname.h +++ b/lib/dirname.h @@ -19,6 +19,7 @@ #ifndef DIRNAME_H_ # define DIRNAME_H_ 1 +# include # include # ifndef DIRECTORY_SEPARATOR @@ -41,6 +42,6 @@ char *dir_name (char const *path); size_t base_len (char const *path); size_t dir_len (char const *path); -int strip_trailing_slashes (char *path); +bool strip_trailing_slashes (char *path); #endif /* not DIRNAME_H_ */