From 2e4a5463075e387151afcdf61b74202a729944db Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 6 Apr 2000 03:52:39 +0000 Subject: the URL RFC says the port must be numeric, so we don't want to do * g_url_new really wanted to take a CamelException. So, rename Gurl to CamelURL, g_url_* to camel_url_* (with camel_url_new taking an exception), and url-util.[ch] to camel-url.[ch]. Also force url->port to be numeric and remove camel_service_getport. (I was confused before: the URL RFC says the port must be numeric, so we don't want to do getportbyname.) svn path=/trunk/; revision=2300 --- camel/camel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel.h') diff --git a/camel/camel.h b/camel/camel.h index 5145b58348..a92d69e04d 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -57,12 +57,12 @@ extern "C" { #include #include #include +#include #include #include #include #include #include -#include gint camel_init (void); -- cgit v1.2.3