X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=c691f9f292b2194d54093f384b4b7892614b6469;hb=687c1acdbeecd7d0d7fdc4143d444e8b1563b532;hp=ddfd2f82b77e1e7b83098541636fdb5c5f2facc0;hpb=417bac514fb3de900cb12689d8668d4d30a82e3f;p=pspp-builds.git diff --git a/src/libpspp/str.h b/src/libpspp/str.h index ddfd2f82..c691f9f2 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -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 *);