From 22e51abaebd4f0c194e505d879f9b6a2fc31890d Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 10 Jul 2007 00:32:36 +0000 Subject: Fixed a bunch of stuff, I don't even know what... --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 5947521..2b7448c 100644 --- a/src/client.h +++ b/src/client.h @@ -34,7 +34,7 @@ namespace Bu void write( uint32_t nData ); void write( uint64_t nData ); void read( void *pData, int nBytes ); - void peek( void *pData, int nBytes ); + void peek( void *pData, int nBytes, int nOffset=0 ); void seek( int nBytes ); long getInputSize(); -- cgit v1.2.3