aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-null.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream-null.h')
-rw-r--r--camel/camel-stream-null.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-stream-null.h b/camel/camel-stream-null.h
index db702b9ae2..20214e23a5 100644
--- a/camel/camel-stream-null.h
+++ b/camel/camel-stream-null.h
@@ -31,6 +31,8 @@ typedef struct _CamelStreamNullClass CamelStreamNullClass;
struct _CamelStreamNull {
CamelStream parent;
+
+ size_t written;
};
struct _CamelStreamNullClass {