crosstabs: Trim unsightly spaces from titles in output.
[pspp-builds.git] / src / libpspp / str.h
index b057c2bd62028b2a72ba2c9e4e4b019d49a3c7e5..b9be394c59c46a95f1f593e970ac83e4cdb8d7b8 100644 (file)
@@ -177,6 +177,7 @@ bool ds_tokenize (const struct string *src, struct substring delimiters,
                   size_t *save_idx, struct substring *token);
 void ds_rpad (struct string *, size_t length, char pad);
 void ds_set_length (struct string *, size_t new_length, char pad);
+void ds_remove (struct string *, size_t start, size_t n);
 
 /* Extracting substrings. */
 struct substring ds_ss (const struct string *);