libs-gsweb/GSWeb.framework/attach.h
Manuel Guesdon a0b34ee1ee Initial revision
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@5815 72102866-910b-0410-8b05-ffd578937521
2000-01-22 12:49:49 +00:00

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