aboutsummaryrefslogtreecommitdiff
path: root/src/stable/protocoltelnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stable/protocoltelnet.h')
-rw-r--r--src/stable/protocoltelnet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stable/protocoltelnet.h b/src/stable/protocoltelnet.h
index 19298dc..efc8889 100644
--- a/src/stable/protocoltelnet.h
+++ b/src/stable/protocoltelnet.h
@@ -125,6 +125,7 @@ namespace Bu
125 void write( const char *pData, int iSize ); 125 void write( const char *pData, int iSize );
126 void write( char cData ); 126 void write( char cData );
127 void flush(); 127 void flush();
128 void close();
128 129
129 const Bu::String &getBuffer() { return sDataBuf; } 130 const Bu::String &getBuffer() { return sDataBuf; }
130 131