diff -r f600b0d1fc5d -r 38ea5c71f04f bl/textfileutils.h --- a/bl/textfileutils.h Fri Jan 27 10:30:16 2012 +0000 +++ b/bl/textfileutils.h Tue Feb 14 22:17:03 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 */