mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 19:21:23 +00:00
13 lines
245 B
C
13 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
|