diff options
Diffstat (limited to 'source/sv_public.h')
-rw-r--r-- | source/sv_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/sv_public.h b/source/sv_public.h index a55f521..89b0abb 100644 --- a/source/sv_public.h +++ b/source/sv_public.h @@ -28,7 +28,7 @@ typedef enum { } server_state_t; #if USE_ICMP -void SV_ErrorEvent( void ); +void SV_ErrorEvent( int info ); #endif void SV_Init (void); void SV_Shutdown( const char *finalmsg, killtype_t type ); |