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.

26 lines
518 B

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: rtmv1rtm.h
  5. //
  6. // History:
  7. // Chaitk Feb-13-1999 Created.
  8. //
  9. // Private interface between RTMv1 and RTMv2
  10. //============================================================================
  11. #ifndef _ROUTING_RTMv1RTM_
  12. #define _ROUTING_RTMv1RTM_
  13. BOOL
  14. Rtmv1DllStartup(
  15. HINSTANCE hinstDLL // DLL instance handle
  16. );
  17. VOID
  18. Rtmv1DllCleanup(
  19. );
  20. #endif