aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-provider.h')
-rw-r--r--camel/camel-provider.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/camel/camel-provider.h b/camel/camel-provider.h
index 5f3c3d7c26..58d63a773e 100644
--- a/camel/camel-provider.h
+++ b/camel/camel-provider.h
@@ -3,8 +3,9 @@
/*
*
- * Author :
+ * Authors:
* Bertrand Guiheneuf <bertrand@helixcode.com>
+ * Jeffrey Stedfast <fejj@helixcode.com>
*
* Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com)
*
@@ -73,11 +74,13 @@ typedef struct {
int flags;
GtkType object_types [CAMEL_NUM_PROVIDER_TYPES];
+
+ GHashTable *service_cache;
+
} CamelProvider;
GHashTable *camel_provider_init (void);
-void camel_provider_load (CamelSession *session, const char *path,
- CamelException *ex);
+void camel_provider_load (CamelSession *session, const char *path, CamelException *ex);
/* This is defined by each module, not by camel-provider.c. */
void camel_provider_module_init (CamelSession *session);