/*********************************************************************** $Id: dumputil.h 1323 2008-12-08 22:25:26Z stevenhl $ Process dump facility interface Copyright (c) 2008 Steven H. Levine 06 Dec 08 SHL Baseline (Ticket 307) ***********************************************************************/ #if !defined(DUMPUTIL_H) #define DUMPUTIL_H #if !defined(OS2_INCLUDED) #include #endif VOID DumpProcess(VOID); #endif // DUMPUTIL_HPP