Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
387 B

#if USE_NATHELP
// from nathelp.c
BOOL natGetCapsUpdate(LPGLOBALDATA pgd);
BOOL natInit(LPGLOBALDATA pgd,LPGUID lpguidSP);
VOID natFini(LPGLOBALDATA pgd);
VOID natDeregisterPorts(LPGLOBALDATA pgd);
HRESULT natRegisterPort(LPGLOBALDATA pgd, BOOL ftcp_udp, WORD port);
VOID natDeregisterPort(LPGLOBALDATA pgd, BOOL ftcp_udp);
BOOL natIsICSMachine(LPGLOBALDATA pgd);
#endif