//----------------------------------------------------------------------------
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 2001.
//
//  File:       Dllsvr.h
//
//  Contents:   Wifi Policy management Snapin
//
//
//  History:    TaroonM
//              10/30/01
//
//----------------------------------------------------------------------------

DWORD
DllRegisterServer(
    );

DWORD
DllUnregisterServer(
    );

BOOL
IsCleanInstall(
    );


