/**********************************************************************/
/**			  Microsoft Windows/NT			                           **/
/**		   Copyright(c) Microsoft Corp., 1992                       **/
/**********************************************************************/

/*
    wnetshare.h
	 WNetShare initialize and terminate functions

    FILE HISTORY:
	 CongpaY	12-Aug-92	Created
*/

#ifdef __cplusplus
extern "C" {
#endif

extern APIERR InitWNetShare();
extern VOID TermWNetShare();

#ifdef __cplusplus
}
#endif


