/*++

Copyright (c) 1996 Microsoft Corporation

Module Name:

    scbsm.h

Abstract:

    Network drive BroadcastSystemMessage related function prototypes.

Author:

    Anirudh Sahni (anirudhs)    05-Jun-1996

Revision History:

    05-Jun-1996 AnirudhS
        Created.

--*/

#ifndef SCBSM_INCLUDED
#define SCBSM_INCLUDED


//
// Function Prototypes
//

VOID
ScInitBSM(
    );

#endif // #ifndef SCBSM_INCLUDED
