diff options
Diffstat (limited to 'source4/lib/stream/packet.h')
-rw-r--r-- | source4/lib/stream/packet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/stream/packet.h b/source4/lib/stream/packet.h index a274bd397c..32c26686c3 100644 --- a/source4/lib/stream/packet.h +++ b/source4/lib/stream/packet.h @@ -61,5 +61,6 @@ void packet_queue_run(struct packet_context *pc); */ NTSTATUS packet_full_request_nbt(void *private_data, DATA_BLOB blob, size_t *size); NTSTATUS packet_full_request_u32(void *private_data, DATA_BLOB blob, size_t *size); +NTSTATUS packet_full_request_u16(void *private_data, DATA_BLOB blob, size_t *size); |