mirror of
https://github.com/reactos/reactos.git
synced 2025-05-02 12:15:23 +00:00
6 lines
104 B
C
6 lines
104 B
C
#ifndef _TCPIP_BUG_H
|
|
#define _TCPIP_BUG_H
|
|
|
|
VOID TcpipBugCheck( ULONG BugCode );
|
|
|
|
#endif/*_TCPIP_BUG_H*/
|