From 412173a23c88a49ebaeb982e0c7eeddc5662b8cc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 29 Jul 2023 00:19:13 -0700 Subject: Many bugfixes. It's almost working! --- src/stable/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stable/client.h') 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 Bu::size write( uint64_t nData ); Bu::size read( void *pData, Bu::size nBytes ); Bu::size peek( void *pData, int nBytes, int nOffset=0 ); - void seek( int nBytes ); Bu::size getInputSize(); Bu::size getOutputSize(); -- cgit v1.2.3