diff options
Diffstat (limited to 'include/Buffer.h')
-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 f62ad72..73225bc 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.21 2007-05-30 11:57:08 pixel Exp $ */ +/* $Id: Buffer.h,v 1.22 2007-06-23 15:36:02 pixel Exp $ */ #ifndef __BUFFER_H__ #define __BUFFER_H__ @@ -51,6 +51,7 @@ class Buffer : public Handle { off_t wseek(off_t, int = SEEK_SET) throw (GeneralException); off_t wtell() const; void reset(); + const Byte * GetBuffer() const; private: Byte * buffer, zero; |