diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-10 00:32:36 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-10 00:32:36 +0000 |
commit | 22e51abaebd4f0c194e505d879f9b6a2fc31890d (patch) | |
tree | 25b57bfbc04af4a772516983d926f3858fe0cd61 /src/client.h | |
parent | 2de3693dd24463c5a02b9308ddfd674f58bac7c1 (diff) | |
download | libbu++-22e51abaebd4f0c194e505d879f9b6a2fc31890d.tar.gz libbu++-22e51abaebd4f0c194e505d879f9b6a2fc31890d.tar.bz2 libbu++-22e51abaebd4f0c194e505d879f9b6a2fc31890d.tar.xz libbu++-22e51abaebd4f0c194e505d879f9b6a2fc31890d.zip |
Fixed a bunch of stuff, I don't even know what...
Diffstat (limited to 'src/client.h')
-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 | ||