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