windows-nt/Source/XPSP1/NT/ds/netapi/svcdlls/lls/server/scaven.h

39 lines
335 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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