mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
* GSWDatabase/WODisplayGroup.m remove local NSAutoreleasePool adjust makefiles git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30698 72102866-910b-0410-8b05-ffd578937521
12 lines
245 B
C
12 lines
245 B
C
#ifndef H_DEBUG_ATTACH
|
|
#define H_DEBUG_ATTACH
|
|
|
|
// $Id$
|
|
|
|
void DebugInstall(char *processname);
|
|
void DebugUninstall(void);
|
|
void DebugBreakpoint(void);
|
|
void DebugEnableBreakpoints(void);
|
|
void DebugDisableBreakpoints(void);
|
|
|
|
#endif //H_DEBUG_ATTACH
|