windows-nt/Source/XPSP1/NT/base/fs/mup/provider.h

25 lines
488 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// Copyright (C) 1992, Microsoft Corporation
//
// File: provider.h
//
// Contents: Interface to the provider defining module
//
// Classes:
//
// Functions: ProviderInit
//
// History: 12 Sep 1992 Milans created.
//
//-----------------------------------------------------------------------------
#ifndef _DFS_PROVIDERS_
#define _DFS_PROVIDERS_
NTSTATUS ProviderInit(void);
#endif