mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
19 lines
407 B
C
19 lines
407 B
C
/*
|
|
* $Id$
|
|
*
|
|
* ede-crasher, a crash handler tool
|
|
* Part of Equinox Desktop Environment (EDE).
|
|
* Copyright (c) 2008-2011 EDE Authors.
|
|
*
|
|
* This program is licensed under terms of the
|
|
* GNU General Public License version 2 or newer.
|
|
* See COPYING for details.
|
|
*/
|
|
|
|
#ifndef __GDBOUTPUT_H__
|
|
#define __GDBOUTPUT_H__
|
|
|
|
bool gdb_output_generate(const char *path, edelib::TempFile &t, int pid = -1);
|
|
|
|
#endif
|