aboutsummaryrefslogtreecommitdiff
path: root/src/stable/client.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2023-07-29 00:19:13 -0700
committerMike Buland <eichlan@xagasoft.com>2023-07-29 00:19:13 -0700
commit412173a23c88a49ebaeb982e0c7eeddc5662b8cc (patch)
treeb00519e715b3ffecd342746e433d8e2dc0eb308e /src/stable/client.h
parent915005e218b5d00939b548de65ce6354f7acb487 (diff)
downloadlibbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.gz
libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.bz2
libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.xz
libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.zip
Many bugfixes. It's almost working!
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