X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=91de05f395264f2d3231ef9d23c82eda9788602f;hb=6847dae90f96cfb1f82d2bdc29bebaffb972d97f;hp=9c20cfba6553551572487ec151cfb026f329eaca;hpb=5d7fffac1d2063085dd72baeb7acdfc0163a6bc0;p=pspp diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 9c20cfba65..91de05f395 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -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)