Add scratch file handles.
[pspp-builds.git] / src / str.h
index 8c9ebc1800b5635dcffccf94bd66591109be7f11..19fe779aa7131f39e7d8c3aa716bcdec9a71e102 100644 (file)
--- 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
@@ -106,7 +107,9 @@ void buf_copy_str_rpad (char *, size_t, const char *);
 int str_compare_rpad (const char *, const char *);
 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 *);
 \f
 /* Fixed-length strings. */
 struct fixed_string