aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-seekable-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-seekable-stream.h')
-rw-r--r--camel/camel-seekable-stream.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/camel-seekable-stream.h b/camel/camel-seekable-stream.h
index e7ab941caa..4b630f7a5c 100644
--- a/camel/camel-seekable-stream.h
+++ b/camel/camel-seekable-stream.h
@@ -35,7 +35,7 @@ extern "C" {
#endif /* __cplusplus }*/
#include <gtk/gtk.h>
-#include <stdio.h>
+#include "camel-types.h"
#include "camel-stream.h"
#define CAMEL_SEEKABLE_STREAM_TYPE (camel_seekable_stream_get_type ())
@@ -53,13 +53,13 @@ typedef enum
} CamelStreamSeekPolicy;
-typedef struct
+struct _CamelSeekableStream
{
CamelStream parent_object;
guint32 cur_pos; /* current postion in the stream */
-} CamelSeekableStream;
+};