| Line |   | 
|---|
| 1 | 
 | 
|---|
| 2 | /***********************************************************************
 | 
|---|
| 3 | 
 | 
|---|
| 4 |   $Id: dumputil.h 1330 2008-12-11 01:27:33Z stevenhl $
 | 
|---|
| 5 | 
 | 
|---|
| 6 |   Process dump facility interface
 | 
|---|
| 7 | 
 | 
|---|
| 8 |   Copyright (c) 2008 Steven H. Levine
 | 
|---|
| 9 | 
 | 
|---|
| 10 |   06 Dec 08 SHL Baseline (Ticket 307)
 | 
|---|
| 11 | 
 | 
|---|
| 12 | ***********************************************************************/
 | 
|---|
| 13 | 
 | 
|---|
| 14 | #if !defined(DUMPUTIL_H)
 | 
|---|
| 15 | #define DUMPUTIL_H
 | 
|---|
| 16 | 
 | 
|---|
| 17 | #if !defined(OS2_INCLUDED)
 | 
|---|
| 18 | #include <os2.h>
 | 
|---|
| 19 | #endif
 | 
|---|
| 20 | 
 | 
|---|
| 21 | VOID DbgDumpProcess(VOID);
 | 
|---|
| 22 | 
 | 
|---|
| 23 | #endif // DUMPUTIL_H
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.