aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-seekable-substream.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-seekable-substream.h')
-rw-r--r--camel/camel-seekable-substream.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/camel/camel-seekable-substream.h b/camel/camel-seekable-substream.h
index 93c4bf7d97..d3a177f915 100644
--- a/camel/camel-seekable-substream.h
+++ b/camel/camel-seekable-substream.h
@@ -35,11 +35,10 @@ extern "C" {
#endif /* __cplusplus }*/
#include <gtk/gtk.h>
-#include <stdio.h>
+#include "camel-types.h"
#include "camel-seekable-stream.h"
-
#define CAMEL_SEEKABLE_SUBSTREAM_TYPE (camel_seekable_substream_get_type ())
#define CAMEL_SEEKABLE_SUBSTREAM(obj) (GTK_CHECK_CAST((obj), CAMEL_SEEKABLE_SUBSTREAM_TYPE, CamelSeekableSubstream))
#define CAMEL_SEEKABLE_SUBSTREAM_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_SEEKABLE_SUBSTREAM_TYPE, CamelSeekableSubstreamClass))
@@ -48,7 +47,7 @@ extern "C" {
-typedef struct
+struct _CamelSeekableSubstream
{
CamelSeekableStream parent_object;
@@ -59,7 +58,7 @@ typedef struct
gint64 sup_bound; /* first invalid position */
gboolean open;
-} CamelSeekableSubstream;
+};