diff options
Diffstat (limited to 'camel/camel-session.h')
-rw-r--r-- | camel/camel-session.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/camel/camel-session.h b/camel/camel-session.h index 81f8a3da85..e6a6b2ffc2 100644 --- a/camel/camel-session.h +++ b/camel/camel-session.h @@ -53,7 +53,9 @@ struct _CamelSession CamelAuthCallback authenticator; - GHashTable *providers, *modules; + GHashTable *providers, + *modules, + *service_cache; }; typedef struct { |