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.

27 lines
458 B

  1. //============================================================================
  2. // Copyright (c) 1995, Microsoft Corporation
  3. //
  4. // File: sync.c
  5. //
  6. // History:
  7. // V Raman July-11-1997 Created.
  8. //
  9. // Private interface between MGM and RTM
  10. //============================================================================
  11. #ifndef _ROUTING_MGMRTM_
  12. #define _ROUTING_MGMRTM_
  13. BOOL
  14. MgmDllStartup(
  15. );
  16. VOID
  17. MgmDllCleanup(
  18. );
  19. #endif