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
30 lines
350 B
/*++
|
|
|
|
Copyright (c) 1995-1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
mcslib.h
|
|
|
|
Abstract:
|
|
|
|
This file contains the misc library functions that are defined in
|
|
mcsmux.
|
|
|
|
Author:
|
|
|
|
Madan Appiah (madana) 25-Aug-1997
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
BOOL
|
|
MCSDLLInit(
|
|
VOID
|
|
);
|
|
|
|
VOID
|
|
MCSDllCleanup(
|
|
VOID
|
|
);
|