diff options
Diffstat (limited to '')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
34 | void write( uint32_t nData ); | 34 | void write( uint32_t nData ); |
35 | void write( uint64_t nData ); | 35 | void write( uint64_t nData ); |
36 | void read( void *pData, int nBytes ); | 36 | void read( void *pData, int nBytes ); |
37 | void peek( void *pData, int nBytes ); | 37 | void peek( void *pData, int nBytes, int nOffset=0 ); |
38 | void seek( int nBytes ); | 38 | void seek( int nBytes ); |
39 | long getInputSize(); | 39 | long getInputSize(); |
40 | 40 | ||