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

  1. #if USE_NATHELP
  2. // from nathelp.c
  3. BOOL natGetCapsUpdate(LPGLOBALDATA pgd);
  4. BOOL natInit(LPGLOBALDATA pgd,LPGUID lpguidSP);
  5. VOID natFini(LPGLOBALDATA pgd);
  6. VOID natDeregisterPorts(LPGLOBALDATA pgd);
  7. HRESULT natRegisterPort(LPGLOBALDATA pgd, BOOL ftcp_udp, WORD port);
  8. VOID natDeregisterPort(LPGLOBALDATA pgd, BOOL ftcp_udp);
  9. BOOL natIsICSMachine(LPGLOBALDATA pgd);
  10. #endif