libs-gsweb/GSWeb.framework/attach.h

13 lines
245 B
C
Raw Normal View History

#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