summaryrefslogtreecommitdiff
path: root/src/encrypted_packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encrypted_packet.h')
-rw-r--r--src/encrypted_packet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encrypted_packet.h b/src/encrypted_packet.h
index 025d32b..a77e663 100644
--- a/src/encrypted_packet.h
+++ b/src/encrypted_packet.h
@@ -66,6 +66,7 @@ void encrypted_packet_set_length(encrypted_packet_t* packet, u_int32_t len);
u_int8_t* encrypted_packet_get_payload(encrypted_packet_t* packet);
u_int32_t encrypted_packet_get_payload_length(encrypted_packet_t* packet);
+void encrypted_packet_set_payload_length(encrypted_packet_t* packet, u_int32_t len);
seq_nr_t encrypted_packet_get_seq_nr(encrypted_packet_t* packet);
void encrypted_packet_set_seq_nr(encrypted_packet_t* packet, seq_nr_t seq_nr);