X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fstr.h;h=19fe779aa7131f39e7d8c3aa716bcdec9a71e102;hb=053e7ff6e0a45a25d5604b211e9c950fff50e75d;hp=db961959c45205b3a63da19ca773e01c544b121f;hpb=cc56bd9dc9ecf718111aaf16022f0fe8883a5487;p=pspp-builds.git diff --git a/src/str.h b/src/str.h index db961959..19fe779a 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