diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-12 14:45:56 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-12 14:45:56 +0200 |
commit | b69d6a602a8c2a771de023b59f45c693e52faee9 (patch) | |
tree | d0bd8e3b3a75c348a71dc471d3cedc0cf7e64909 /proto_lib/api_protocol.h | |
parent | 1e4aaa2f93cc0a5c394a03d53c6707fe98c0c1c2 (diff) |
basic protocol implemented (untested)
Diffstat (limited to 'proto_lib/api_protocol.h')
-rw-r--r-- | proto_lib/api_protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<service_s>&); + static packet *serv_make_command_reply_packet(std::string&, status s); //generic static packet *make_status_packet(packet_type type, status s); |