00001 /* -*- Mode: C++ -*- 00002 * Worldvisions Weaver Software: 00003 * Copyright (C) 1997-2002 Net Integration Technologies, Inc. 00004 * 00005 * Routines to generate a stack backtrace automatically when a program 00006 * crashes. 00007 */ 00008 #ifndef __WVCRASH_H 00009 #define __WVCRASH_H 00010 00011 void wvcrash_setup(const char *_argv0); 00012 void wvcrash(int sig); 00013 00014 #endif // __WVCRASH_H