aboutsummaryrefslogtreecommitdiff
path: root/src/stable/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/client.h')
-rw-r--r--src/stable/client.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stable/client.h b/src/stable/client.h
index 4cd8e3f..abe807e 100644
--- a/src/stable/client.h
+++ b/src/stable/client.h
@@ -54,7 +54,6 @@ namespace Bu
54 Bu::size write( uint64_t nData ); 54 Bu::size write( uint64_t nData );
55 Bu::size read( void *pData, Bu::size nBytes ); 55 Bu::size read( void *pData, Bu::size nBytes );
56 Bu::size peek( void *pData, int nBytes, int nOffset=0 ); 56 Bu::size peek( void *pData, int nBytes, int nOffset=0 );
57 void seek( int nBytes );
58 Bu::size getInputSize(); 57 Bu::size getInputSize();
59 Bu::size getOutputSize(); 58 Bu::size getOutputSize();
60 59