From 53fec3133a553d6a20e446f3dcace2643ab10742 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 17 Feb 2000 22:13:16 +0000 Subject: New function g_url_to_string to convert a Gurl back into a char * svn path=/trunk/; revision=1833 --- camel/url-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/url-util.h') diff --git a/camel/url-util.h b/camel/url-util.h index 67cc420eb2..86fd1e26ac 100644 --- a/camel/url-util.h +++ b/camel/url-util.h @@ -51,6 +51,7 @@ typedef struct { I chose not to use it */ Gurl *g_url_new (const gchar *url_string); +gchar *g_url_to_string (const Gurl *url, gboolean show_password); void g_url_free (Gurl *url); #ifdef __cplusplus -- cgit v1.2.3