Source code of Windows XP (NT5)
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.

21 lines
497 B

  1. //=============================================================================
  2. // Copyright (c) 2002 Microsoft Corporation
  3. // File: isatap.h
  4. //
  5. // Author: Dave Thaler (dthaler) 1-23-02
  6. //=============================================================================
  7. #ifndef __ISATAP_H
  8. #define __ISATAP_H
  9. NS_HELPER_START_FN IsatapStartHelper;
  10. NS_CONTEXT_DUMP_FN IsatapDump;
  11. FN_HANDLE_CMD IsatapHandleReset;
  12. FN_HANDLE_CMD IsatapHandleSetRouter;
  13. FN_HANDLE_CMD IsatapHandleShowRouter;
  14. #endif