mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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*/
|