From 4a2dd17aa0601fffd42f2ec1c92c6a1b79f648d3 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Feb 2013 20:53:16 +0200 Subject: work on client started (services retrieving implemented) server services packet handling implemented --- 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 9a82e31..ffd7e0f 100644 --- a/proto_lib/api_protocol.h +++ b/proto_lib/api_protocol.h @@ -49,6 +49,7 @@ class packet public: explicit packet(std::vector&); const std::vector &raw(); + unsigned char *buf(); packet_type get_type(); bool is_good(); status get_status(); //false on fail -- cgit v1.2.3