diff -r f600b0d1fc5d -r ccf8441dfc5c bl/textfileutils.h --- a/bl/textfileutils.h Fri Jan 27 10:30:16 2012 +0000 +++ b/bl/textfileutils.h Sat Feb 18 23:19:50 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 */