Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
373 B

/*++
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