diff -r f600b0d1fc5d -r 08b03c341e61 bl/textfileutils.h --- a/bl/textfileutils.h Fri Jan 27 10:30:16 2012 +0000 +++ b/bl/textfileutils.h Sun Feb 19 09:56:28 2012 +0000 @@ -1,9 +1,9 @@ #ifndef BL_TEXTFILEUTILS_H #define BL_TEXTFILEUTILS_H -#include +#include -boolean file_get_contents_text(const char *filename,char **contents, +gboolean file_get_contents_text(const char *filename,char **contents, size_t *length); #endif /* BL_TEXTFILEUTILS_H */