From dbce630738f44e6687db9b2ca8dc4b5aae37be3c Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Fri, 25 Aug 2000 21:09:53 +0000 Subject: Add support for specifying on which port to connect to a server; fix a potential infinite loop in unicode. svn path=/trunk/; revision=5041 --- camel/camel-provider.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-provider.h') diff --git a/camel/camel-provider.h b/camel/camel-provider.h index 00375029db..d77ae6e23a 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -79,6 +79,7 @@ typedef struct { int flags; CamelType object_types [CAMEL_NUM_PROVIDER_TYPES]; + gint default_ports [CAMEL_NUM_PROVIDER_TYPES]; GHashTable *service_cache; -- cgit v1.2.3