summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Buffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Buffer.h b/include/Buffer.h
index dceac94..e088f35 100644
--- a/include/Buffer.h
+++ b/include/Buffer.h
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Buffer.h,v 1.19 2004-11-27 21:46:02 pixel Exp $ */
+/* $Id: Buffer.h,v 1.20 2004-12-21 22:40:24 pixel Exp $ */
#ifndef __BUFFER_H__
#define __BUFFER_H__
@@ -56,6 +56,7 @@ class Buffer : public Handle {
Byte * buffer, zero;
size_t realsiz, bufsiz, ptr, wptr;
bool seekable;
+ bool got_eof;
};
#endif