From 224d96964ea3c9e541fcd5caa2778af25f71ba2e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 11 Feb 2013 08:08:33 +0200 Subject: modified: proto_lib/api_protocol.h modified: proto_lib/protocol.cpp --- proto_lib/api_protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto_lib/api_protocol.h') diff --git a/proto_lib/api_protocol.h b/proto_lib/api_protocol.h index 8206854..39681e4 100644 --- a/proto_lib/api_protocol.h +++ b/proto_lib/api_protocol.h @@ -51,9 +51,9 @@ bool serv_validate_client_proto(packet&); //client functions -packet cli_make_auth_packet(); //should be first packet to server -packet cli_make_command_packet(std::string &service, std::string &command); -packet cli_request_services(); +packet *cli_make_auth_packet(); //should be first packet to server +packet *cli_make_command_packet(std::string &service, std::string &command); +packet *cli_request_services(); std::list cli_extract_services(packet&); bool cli_check_auth_reply(packet&); //false on fail std::string cli_parse_command_reply(packet&); -- cgit v1.2.3