X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=0b57f7364e07816400b0d90f80e12376f219b821;hb=b3e38130c172738f79f180fb4d459e4d5d2d88a6;hp=a134079f90dd52f7c359d7ad4fba3049c5c85203;hpb=bd17d2af982332ee1791998361b1ac6731fe14fa;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);