diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index 0b670e2..517131a 100644 --- a/src/client.h +++ b/src/client.h | |||
@@ -25,6 +25,7 @@ namespace Bu | |||
25 | 25 | ||
26 | Bu::FString &getInput(); | 26 | Bu::FString &getInput(); |
27 | Bu::FString &getOutput(); | 27 | Bu::FString &getOutput(); |
28 | void write( const Bu::FString &sData ); | ||
28 | void write( const void *pData, int nBytes ); | 29 | void write( const void *pData, int nBytes ); |
29 | void write( int8_t nData ); | 30 | void write( int8_t nData ); |
30 | void write( int16_t nData ); | 31 | void write( int16_t nData ); |