diff options
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r-- | camel/camel-provider.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h index 5301a42ec6..ee4a98fc9d 100644 --- a/camel/camel-provider.h +++ b/camel/camel-provider.h @@ -145,7 +145,9 @@ typedef struct { GList *authtypes; GHashTable *service_cache; - + + GHashFunc url_hash; + GCompareFunc url_equal; } CamelProvider; GHashTable *camel_provider_init (void); |