str: New function ss_realloc().
[pspp-builds.git] / src / libpspp / str.h
index ddfd2f82b77e1e7b83098541636fdb5c5f2facc0..c691f9f292b2194d54093f384b4b7892614b6469 100644 (file)
@@ -85,6 +85,7 @@ struct substring ss_tail (struct substring, size_t);
 struct pool;
 void ss_alloc_substring (struct substring *, struct substring);
 void ss_alloc_uninit (struct substring *, size_t);
+void ss_realloc (struct substring *, size_t);
 void ss_alloc_substring_pool (struct substring *, struct substring,
                               struct pool *);
 void ss_alloc_uninit_pool (struct substring *, size_t, struct pool *);