X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2Fstr.h;h=8357732ccbaa35bb4ce33633b12b47f00ef5f6a0;hb=d0371553a98cd169353bf6d211e375e5ffc3a3bd;hp=4a806373f108dacfa98e76aea6b793832245a376;hpb=1881aaf56cd19765028c365e11ec0c97cc9d0320;p=pspp-builds.git diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 4a806373..8357732c 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -202,7 +202,7 @@ char *ds_cstr (const struct string *); /* File input. */ bool ds_read_line (struct string *, FILE *); bool ds_read_config_line (struct string *, int *line_number, FILE *); -size_t ds_read_stream (struct string *, size_t size, size_t cnt, FILE *stream); +bool ds_read_stream (struct string *, size_t size, size_t cnt, FILE *stream); /* Append. */ void ds_put_char (struct string *, int ch);