summaryrefslogtreecommitdiff
path: root/telnet_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'telnet_connection.h')
-rw-r--r--telnet_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telnet_connection.h b/telnet_connection.h
index 68d652e..2109b05 100644
--- a/telnet_connection.h
+++ b/telnet_connection.h
@@ -16,7 +16,7 @@ namespace telnet {
private:
Connection(boost::asio::io_service& io_service);
void handle_read(const boost::system::error_code& error, size_t bytes_transferred);
- std::vector<std::string> parse_args(std::string& line);
+ bool parse_args(std::string& line, std::vector<std::string>& args);
tcp::socket socket;
boost::asio::streambuf buf;