aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/sys/sys_local.h')
-rw-r--r--code/sys/sys_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/code/sys/sys_local.h b/code/sys/sys_local.h
index c9a9a94..815852f 100644
--- a/code/sys/sys_local.h
+++ b/code/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 );