diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/packet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/packet.h b/source3/include/packet.h index a77a1a7cbc..c96a8017f8 100644 --- a/source3/include/packet.h +++ b/source3/include/packet.h @@ -38,8 +38,7 @@ NTSTATUS packet_fd_read(struct packet_context *ctx); /* * Sync read, wait for the next chunk */ -NTSTATUS packet_fd_read_sync(struct packet_context *ctx, - struct timeval *timeout); +NTSTATUS packet_fd_read_sync(struct packet_context *ctx, int timeout); /* * Handle an incoming packet: |