aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-07 01:04:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-07 01:04:10 +0800
commit7453ffb6a86769bd22ce01da43fbbe919bef861d (patch)
tree7ae0da105d87b7bff10780700d9f9f83aa2a6959 /e-util/e-util.h
parent9b57702d4d406955ce3ec2e841253ed3efe3bbb8 (diff)
downloadgsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.tar
gsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.tar.gz
gsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.tar.bz2
gsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.tar.lz
gsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.tar.xz
gsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.tar.zst
gsoc2013-evolution-7453ffb6a86769bd22ce01da43fbbe919bef861d.zip
Got rid of some warnings.
2000-05-06 Christopher James Lahey <clahey@helixcode.com> * 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
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h1
1 files changed, 1 insertions, 0 deletions
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_ */