windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/lls/server/scaven.h
2020-09-26 16:20:57 +08:00

39 lines
335 B
C

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
Scaven.h
Abstract:
Author:
Arthur Hanson (arth) Dec 07, 1994
Environment:
Revision History:
--*/
#ifndef _LLS_SCAVEN_H
#define _LLS_SCAVEN_H
#ifdef __cplusplus
extern "C" {
#endif
VOID ScavengerInit( );
#ifdef __cplusplus
}
#endif
#endif