diff options
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 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<unsigned char>&); const std::vector<unsigned char> &raw(); + unsigned char *buf(); packet_type get_type(); bool is_good(); status get_status(); //false on fail |