From f4b7a4632573de34280e904bfb03a410a1fa1dbf Mon Sep 17 00:00:00 2001 From: Bertrand Guiheneuf Date: Sun, 5 Mar 2000 05:33:55 +0000 Subject: Tons of fixes to fix things svn path=/trunk/; revision=2057 --- camel/camel-seekable-substream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-seekable-substream.h') diff --git a/camel/camel-seekable-substream.h b/camel/camel-seekable-substream.h index d3a177f915..a80b1b8484 100644 --- a/camel/camel-seekable-substream.h +++ b/camel/camel-seekable-substream.h @@ -57,6 +57,7 @@ struct _CamelSeekableSubstream guint32 inf_bound; /* first valid position */ gint64 sup_bound; /* first invalid position */ gboolean open; + gboolean eos; }; -- cgit