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.

37 lines
574 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. ipxgl.h
  5. Abstract:
  6. IPX Router Console Monitoring and Configuration tool.
  7. IPX Global configuration.
  8. Author:
  9. Vadim Eydelman 06/07/1996
  10. --*/
  11. #ifndef _IPXMON_IPXGL_
  12. #define _IPXMON_IPXGL_
  13. int APIENTRY
  14. ShowIpxGl (
  15. IN int argc,
  16. IN WCHAR *argv[],
  17. IN BOOL bDump
  18. );
  19. int APIENTRY
  20. SetIpxGl (
  21. IN int argc,
  22. IN WCHAR *argv[]
  23. );
  24. #endif