bl/textfileutils.h
changeset 69 1016349e619f
parent 6 faab25d520dd
     1.1 --- a/bl/textfileutils.h	Fri Jan 27 16:18:02 2012 +0000
     1.2 +++ b/bl/textfileutils.h	Tue May 28 15:17:19 2013 +0100
     1.3 @@ -4,6 +4,6 @@
     1.4  #include <glib.h>
     1.5  
     1.6  gboolean file_get_contents_text(const char *filename,char **contents,
     1.7 -  size_t *length);
     1.8 +  size_t *length,GError **err);
     1.9  
    1.10  #endif /* BL_TEXTFILEUTILS_H */