2020-09-30 16:53:55 +02:00

39 lines
373 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