diff options
Diffstat (limited to 'src/client.h')
| -rw-r--r-- | src/client.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.h b/src/client.h index 28db088..aecb16c 100644 --- a/src/client.h +++ b/src/client.h | |||
| @@ -43,8 +43,8 @@ namespace Bu | |||
| 43 | void write( uint16_t nData ); | 43 | void write( uint16_t nData ); |
| 44 | void write( uint32_t nData ); | 44 | void write( uint32_t nData ); |
| 45 | void write( uint64_t nData ); | 45 | void write( uint64_t nData ); |
| 46 | void read( void *pData, int nBytes ); | 46 | int read( void *pData, int nBytes ); |
| 47 | void peek( void *pData, int nBytes, int nOffset=0 ); | 47 | int peek( void *pData, int nBytes, int nOffset=0 ); |
| 48 | void seek( int nBytes ); | 48 | void seek( int nBytes ); |
| 49 | long getInputSize(); | 49 | long getInputSize(); |
| 50 | 50 | ||
