From fbf55cd7f31b6a413ebe785579b840a0091d390c Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 Aug 2000 05:16:53 +0000 Subject: Added uncompiled e_read_uri function. 2000-08-09 Christopher James Lahey * e-util.c, e-util.h: Added uncompiled e_read_uri function. svn path=/trunk/; revision=4629 --- e-util/e-util.h-29002 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-util.h-29002') diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002 index 91856de1cc..87af6032c2 100644 --- a/e-util/e-util.h-29002 +++ b/e-util/e-util.h-29002 @@ -41,6 +41,9 @@ void e_free_string_list (GList *list); char *e_read_file (const char *filename); gint e_write_file(const char *filename, const char *data, int flags); +#if 0 +char *e_read_uri (const char *uri); +#endif gchar **e_strsplit (const gchar *string, const gchar *delimiter, -- cgit v1.2.3