Replace some string_buffer_t

This commit is contained in:
ridiculousfish
2012-03-03 23:01:42 -08:00
parent 087940ec9e
commit 79a22b1f8d
3 changed files with 10 additions and 12 deletions

View File

@@ -93,7 +93,7 @@ typedef struct connection
The input string. Input from the socket goes here. When a
newline is encountered, the buffer is parsed and cleared.
*/
buffer_t input;
std::vector<char> input;
/**
The read buffer.