- Move from using include guards to pragma once.
[reactos.git] / reactos / drivers / network / tcpip / include / wait.h
1 #pragma once
2
3 NTSTATUS TcpipWaitForSingleObject( PVOID Object,
4 KWAIT_REASON Reason,
5 KPROCESSOR_MODE WaitMode,
6 BOOLEAN Alertable,
7 PLARGE_INTEGER Timeout );