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.

23 lines
529 B

  1. /********************************************************************/
  2. /** Copyright(c) 1995 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: nbgutils.h
  7. //
  8. // Description: Contains utility routines for the NetBios gateway related
  9. // components
  10. //
  11. // History: May 11,1995 NarenG Created original version.
  12. //
  13. #ifndef _NBGUTILS_
  14. #define _NBGUTILS_
  15. DWORD
  16. LoadNbGateway(
  17. VOID
  18. );
  19. #endif