X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=0b57f7364e07816400b0d90f80e12376f219b821;hb=7c6e9646a94126a410fab4d00714396b98923230;hp=a134079f90dd52f7c359d7ad4fba3049c5c85203;hpb=8830c95bb9e8d72621787866141a27fc22e8c786;p=pspp diff --git a/src/libpspp/str.h b/src/libpspp/str.h index a134079f90..0b57f7364e 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -203,6 +203,7 @@ char *ds_xstrdup (const struct string *); size_t ds_capacity (const struct string *); char *ds_cstr (const struct string *); +char *ds_steal_cstr (struct string *); /* File input. */ bool ds_read_line (struct string *, FILE *, size_t max_length);