diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-08-09 13:16:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-08-09 13:16:53 +0800 |
commit | fbf55cd7f31b6a413ebe785579b840a0091d390c (patch) | |
tree | caf6c732cb655949ef79f81ce8e77c2cbcfad6ba /e-util/e-util.h-29002 | |
parent | a0522bcc255a194232d46dd52ba4a719c66d42f6 (diff) | |
download | gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.tar gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.tar.gz gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.tar.bz2 gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.tar.lz gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.tar.xz gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.tar.zst gsoc2013-evolution-fbf55cd7f31b6a413ebe785579b840a0091d390c.zip |
Added uncompiled e_read_uri function.
2000-08-09 Christopher James Lahey <clahey@helixcode.com>
* e-util.c, e-util.h: Added uncompiled e_read_uri function.
svn path=/trunk/; revision=4629
Diffstat (limited to 'e-util/e-util.h-29002')
-rw-r--r-- | e-util/e-util.h-29002 | 3 |
1 files changed, 3 insertions, 0 deletions
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, |