diff -r f600b0d1fc5d -r c4b472e1fc9a bl/textfileutils.h --- a/bl/textfileutils.h Fri Jan 27 10:30:16 2012 +0000 +++ b/bl/textfileutils.h Thu Feb 02 09:06:37 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 */