aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-session.h')
-rw-r--r--camel/camel-session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-session.h b/camel/camel-session.h
index fed21be6f1..78b4b817e5 100644
--- a/camel/camel-session.h
+++ b/camel/camel-session.h
@@ -60,6 +60,7 @@ typedef gboolean (*CamelTimeoutRemoveCallback) (guint id);
struct _CamelSession
{
CamelObject parent_object;
+ struct _CamelSessionPrivate *priv;
char *storage_path;
CamelAuthCallback authenticator;