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 105d48f..f336524 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -46,7 +46,7 @@ namespace Bu | |||
46 | size_t write( uint64_t nData ); | 46 | size_t write( uint64_t nData ); |
47 | size_t read( void *pData, size_t nBytes ); | 47 | size_t read( void *pData, size_t nBytes ); |
48 | size_t peek( void *pData, int nBytes, int nOffset=0 ); | 48 | size_t peek( void *pData, int nBytes, int nOffset=0 ); |
49 | void seek( int nBytes ); | 49 | // void seek( int nBytes ); |
50 | long getInputSize(); | 50 | long getInputSize(); |
51 | long getOutputSize(); | 51 | long getOutputSize(); |
52 | 52 | ||