diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-05 13:33:55 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-05 13:33:55 +0800 |
commit | f4b7a4632573de34280e904bfb03a410a1fa1dbf (patch) | |
tree | b7b45a3424645a6836587c214dc5dfb2737239ef /camel/camel-seekable-substream.h | |
parent | 1208f96fe41fa87dfab2ee0a3b67a822380aeb27 (diff) | |
download | gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.gz gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.bz2 gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.lz gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.xz gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.tar.zst gsoc2013-evolution-f4b7a4632573de34280e904bfb03a410a1fa1dbf.zip |
Tons of fixes to fix things
svn path=/trunk/; revision=2057
Diffstat (limited to 'camel/camel-seekable-substream.h')
-rw-r--r-- | camel/camel-seekable-substream.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |