X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fstr.h;h=19fe779aa7131f39e7d8c3aa716bcdec9a71e102;hb=4f31116689eeda21658601c6ecf75a915b80103b;hp=db961959c45205b3a63da19ca773e01c544b121f;hpb=3417680e253b1bfc4519347ef06536378026be2a;p=pspp diff --git a/src/str.h b/src/str.h index db961959c4..19fe779aa7 100644 --- a/src/str.h +++ b/src/str.h @@ -34,6 +34,7 @@ #include "strstr.h" #include "strtok_r.h" #include "vsnprintf.h" +#include "xvasprintf.h" #ifndef HAVE_STRCHR #define strchr index @@ -108,6 +109,7 @@ void str_copy_rpad (char *, size_t, const char *); void str_copy_trunc (char *, size_t, const char *); void str_copy_buf_trunc (char *, size_t, const char *, size_t); void str_uppercase (char *); +void str_lowercase (char *); /* Fixed-length strings. */ struct fixed_string