[TCPIP]
[reactos.git] / reactos / drivers / network / tcpip / include / dispatch.h
index 9effe5f..b1fc7e0 100644 (file)
@@ -69,6 +69,10 @@ NTSTATUS DispTdiDeleteIPAddress(
     PIRP Irp,
     PIO_STACK_LOCATION IrpSp);
 
+NTSTATUS DispTdiQueryIpHwAddress(
+    PIRP Irp,
+    PIO_STACK_LOCATION IrpSp);
+
 VOID DispDoDisconnect(
     PVOID Data);