no message
[reactos.git] / reactos / drivers / net / tcpip / include / routines.h
index b73f27e..1e7f6f6 100644 (file)
@@ -48,6 +48,14 @@ UINT ResizePacket(
     PNDIS_PACKET Packet,
     UINT Size);
 
+#ifdef DBG
+VOID DisplayIPPacket(
+    PIP_PACKET IPPacket);
+#define DISPLAY_IP_PACKET(x) DisplayIPPacket(x)
+#else
+#define DISPLAY_IP_PACKET(x)
+#endif /* DBG */
+
 #endif /* __ROUTINES_H */
 
 /* EOF */