Work to get rid of GCC 4.0 warnings, part 2.
[pspp] / src / str.h
index 8c9ebc1800b5635dcffccf94bd66591109be7f11..db961959c45205b3a63da19ca773e01c544b121f 100644 (file)
--- a/src/str.h
+++ b/src/str.h
@@ -106,6 +106,7 @@ 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 *);
 \f
 /* Fixed-length strings. */