str: New function ds_put_substring_multiple().
[pspp] / src / libpspp / str.h
index 9c20cfba6553551572487ec151cfb026f329eaca..91de05f395264f2d3231ef9d23c82eda9788602f 100644 (file)
@@ -240,6 +240,7 @@ void ds_put_byte_multiple (struct string *, int ch, size_t);
 void ds_put_unichar (struct string *, ucs4_t uc);
 void ds_put_cstr (struct string *, const char *);
 void ds_put_substring (struct string *, struct substring);
+void ds_put_substring_multiple (struct string *, struct substring, size_t n);
 void ds_put_vformat (struct string *st, const char *, va_list)
      PRINTF_FORMAT (2, 0);
 void ds_put_c_vformat (struct string *st, const char *, va_list)