aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-url.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-28 03:00:04 +0800
committerDan Winship <danw@src.gnome.org>2000-04-28 03:00:04 +0800
commite5d2b62bf6fae52b49915c67d92e81968f61647a (patch)
tree0578ad5c27e7d7a07e29a1f198f2d692bb3d8106 /camel/camel-url.h
parent61e58833c2a77ed4b3db33c598c804c7831c33ab (diff)
downloadgsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.tar
gsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.tar.gz
gsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.tar.bz2
gsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.tar.lz
gsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.tar.xz
gsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.tar.zst
gsoc2013-evolution-e5d2b62bf6fae52b49915c67d92e81968f61647a.zip
expose these routines.
* camel-url.[ch] (camel_url_encode, camel_url_decode): expose these routines. svn path=/trunk/; revision=2661
Diffstat (limited to 'camel/camel-url.h')
-rw-r--r--camel/camel-url.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/camel-url.h b/camel/camel-url.h
index 6b7d32aef1..53b42dfcd9 100644
--- a/camel/camel-url.h
+++ b/camel/camel-url.h
@@ -51,6 +51,10 @@ CamelURL *camel_url_new (const char *url_string, CamelException *ex);
char *camel_url_to_string (CamelURL *url, gboolean show_password);
void camel_url_free (CamelURL *url);
+char *camel_url_encode (char *part, gboolean escape_unsafe,
+ char *escape_extra);
+void camel_url_decode (char *part);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */