From b69d6a602a8c2a771de023b59f45c693e52faee9 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 12 Feb 2013 14:45:56 +0200 Subject: basic protocol implemented (untested) --- 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 af6d84b..88195e2 100644 --- a/proto_lib/api_protocol.h +++ b/proto_lib/api_protocol.h @@ -57,6 +57,7 @@ public: //server functions 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); //generic static packet *make_status_packet(packet_type type, status s); -- cgit v1.2.3