* automake.mk: Add new file.
[pspp-builds.git] / src / libpspp / str.h
index 23966dfd0f4c90b37abd9ff5127b697554cffb16..8357732ccbaa35bb4ce33633b12b47f00ef5f6a0 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "compiler.h"
 #include "memcasecmp.h"
+#include "xstrndup.h"
 #include "xvasprintf.h"
 \f
 /* Miscellaneous. */
@@ -201,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);