/*********************************************************************** $Id: dumputil.h 1330 2008-12-11 01:27:33Z 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 DbgDumpProcess(VOID); #endif // DUMPUTIL_H