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.

39 lines
699 B

  1. /*++
  2. Copyright (c) 1999, Microsoft Corporation
  3. Module Name:
  4. net\routing\netsh\ip\protocols\vrrphlp.h
  5. Abstract:
  6. VRRP Command dispatcher declarations
  7. Author:
  8. Peeyush Ranjan (peeyushr) 1-Mar-1999
  9. Revision History:
  10. --*/
  11. #ifndef _NETSH_VRRPHLP_H_
  12. #define _NETSH_VRRPHLP_H_
  13. extern CMD_ENTRY g_VrrpAddCmdTable[];
  14. extern CMD_ENTRY g_VrrpDelCmdTable[];
  15. extern CMD_ENTRY g_VrrpSetCmdTable[];
  16. extern CMD_ENTRY g_VrrpShowCmdTable[];
  17. extern CMD_GROUP_ENTRY g_VrrpCmdGroupTable[];
  18. extern ULONG g_VrrpCmdGroupCount;
  19. extern CMD_ENTRY g_VrrpTopCmdTable[];
  20. extern ULONG g_VrrpTopCmdCount;
  21. NS_CONTEXT_DUMP_FN VrrpDump;
  22. #endif // _NETSH_VRRPHLP_H_