add warp command in proxy

This commit is contained in:
Martin Michelsen
2022-03-28 22:30:13 -07:00
parent 04aef91c16
commit b61a9bcdcb
3 changed files with 29 additions and 9 deletions
+1
View File
@@ -97,6 +97,7 @@ public:
void on_server_input();
void on_stream_error(short events, bool is_server_stream);
void send_to_end(const void* data, size_t size, bool to_server);
void send_to_end(const std::string& data, bool to_server);
void disconnect();