From 85a13d70cc5249e2f583bb16f0914646aefe4fe6 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 12 Feb 2013 21:34:09 +0200 Subject: server and shell exec module should work now TODO: implement basic protocol support in client --- proto_lib/api_protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto_lib/api_protocol.h') diff --git a/proto_lib/api_protocol.h b/proto_lib/api_protocol.h index 2e42d42..b18d2e7 100644 --- a/proto_lib/api_protocol.h +++ b/proto_lib/api_protocol.h @@ -64,6 +64,7 @@ public: static bool serv_validate_client_proto(packet&); //false on fail static packet *serv_make_services_packet(std::list&); static packet *serv_make_command_reply_packet(std::string&, status s); + static packet *serv_make_command_reply_packet(std::vector&, status s); static svc_cmd serv_extract_command(packet&); //generic -- cgit v1.2.3