diff options
Diffstat (limited to 'src/sys/sys_local.h')
-rw-r--r-- | src/sys/sys_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/sys_local.h b/src/sys/sys_local.h index 6017150a..9f4de9cf 100644 --- a/src/sys/sys_local.h +++ b/src/sys/sys_local.h @@ -55,3 +55,6 @@ void Sys_PlatformInit( void ); void Sys_SigHandler( int signal ); void Sys_ErrorDialog( const char *error ); void Sys_AnsiColorPrint( const char *msg ); + +int Sys_PID( void ); +qboolean Sys_PIDIsRunning( int pid ); |