diff options
Diffstat (limited to 'winsup/cygwin/debug.h')
-rw-r--r-- | winsup/cygwin/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/debug.h b/winsup/cygwin/debug.h index 2f06286c7..02289eeb5 100644 --- a/winsup/cygwin/debug.h +++ b/winsup/cygwin/debug.h @@ -67,6 +67,7 @@ void __stdcall add_handle (const char *, int, HANDLE, const char *); BOOL __stdcall close_handle (const char *, int, HANDLE, const char *, BOOL); int __stdcall lpfu (const char *, int, DWORD timeout); void __stdcall cygbench (const char *s); +extern int pinger; #endif /*DEBUGGING*/ #endif /*_DEBUG_H_*/ |