diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Buffer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Buffer.h b/include/Buffer.h index 6ca41cc..b7987dd 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.16 2003-12-04 04:09:02 pixel Exp $ */ +/* $Id: Buffer.h,v 1.17 2004-04-27 12:05:39 pixel Exp $ */ #ifndef __BUFFER_H__ #define __BUFFER_H__ @@ -50,6 +50,7 @@ class Buffer : public Handle { Byte & operator[](size_t); off_t wseek(off_t, int = SEEK_SET) throw (GeneralException); off_t wtell() const; + void reset(); private: Byte * buffer, zero; |