Fix bug #6: BL treats a slanted apostrophe ? as a word separator, not as a contraction or possessive
1 #ifndef BL_TEXTFILEUTILS_H
2 #define BL_TEXTFILEUTILS_H
6 gboolean file_get_contents_text(const char *filename,char **contents,
7 size_t *length,GError **err);
9 #endif /* BL_TEXTFILEUTILS_H */