diff options
Diffstat (limited to 'src/sys/sys_local.h')
-rw-r--r-- | src/sys/sys_local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sys/sys_local.h b/src/sys/sys_local.h index 03a0a095..f2a4dddc 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -38,3 +38,5 @@ char *CON_ConsoleInput(void); #ifdef MACOS_X char *Sys_StripAppBundle( char *pwd ); #endif + +void Sys_SigHandler( int signal ); |