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.gz
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 */
chache2004-09-032-58/+3 * Add official patches 0-11ache2004-08-052-57/+0 * Fix compiling with gcc 3.4ache2004-07-241-2/+24 * In 16-bit samples case the starting offsets for the loops are calculatedache2004-07-071-0/+46 * Better fix for copy from overflow problemache2004-05-161-13/+5 * Fix potential out of bounds copy from the string.ache2004-05-031-0/+19 * Add patch to allow advanced optimizations with icc (portrevision bumped).netchild2003-12-081-0/+33 * Back out part of the earlier commit -- I missed maintainer's e-mail,mi2003-10-201-53/+0 * Minor enhancements, not affecting the resulting package:mi2003-10-20