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.

30 lines
350 B

  1. /*++
  2. Copyright (c) 1995-1997 Microsoft Corporation
  3. Module Name:
  4. mcslib.h
  5. Abstract:
  6. This file contains the misc library functions that are defined in
  7. mcsmux.
  8. Author:
  9. Madan Appiah (madana) 25-Aug-1997
  10. Revision History:
  11. --*/
  12. BOOL
  13. MCSDLLInit(
  14. VOID
  15. );
  16. VOID
  17. MCSDllCleanup(
  18. VOID
  19. );