From 7453ffb6a86769bd22ce01da43fbbe919bef861d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 6 May 2000 17:04:10 +0000 Subject: Got rid of some warnings. 2000-05-06 Christopher James Lahey * e-html-utils.c: Got rid of some warnings. * e-util.c, e-util.h: Added e_read_file which takes a filename and returns a newly allocated string containing the contents of that file. svn path=/trunk/; revision=2828 --- e-util/e-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index a3380b9ea4..b8d49c9928 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -35,5 +35,6 @@ int g_str_compare(const void *x, const void *y); int g_int_compare(const void *x, const void *y); void e_free_object_list (GList *list); +char *e_read_file(const char *filename); #endif /* _E_UTIL_H_ */ -- cgit v1.2.3