Source code of Windows XP (NT5)
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
335 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. Scaven.h
  5. Abstract:
  6. Author:
  7. Arthur Hanson (arth) Dec 07, 1994
  8. Environment:
  9. Revision History:
  10. --*/
  11. #ifndef _LLS_SCAVEN_H
  12. #define _LLS_SCAVEN_H
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. VOID ScavengerInit( );
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif