diff options
Diffstat (limited to 'src/encrypted_packet.h')
-rw-r--r-- | src/encrypted_packet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h index e35ca25..9061f3d 100644 --- a/src/encrypted_packet.h +++ b/src/encrypted_packet.h @@ -62,6 +62,8 @@ typedef struct encrypted_packet_struct encrypted_packet_t; void encrypted_packet_init(encrypted_packet_t* packet); +u_int32_t encrypted_packet_get_header_length(); + u_int8_t* encrypted_packet_get_packet(encrypted_packet_t* packet); u_int32_t encrypted_packet_get_length(encrypted_packet_t* packet); void encrypted_packet_set_length(encrypted_packet_t* packet, u_int32_t len); |