summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 5a92ef6..83431c0 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -1119,7 +1119,7 @@ char *G_NextNewbieName( gentity_t *ent );
//
qboolean ConsoleCommand( void );
void G_ProcessIPBans( void );
-qboolean G_FilterPacket( char *from );
+qboolean G_FilterPacket( const char *from );
//
// g_weapon.c
@@ -1160,7 +1160,7 @@ qboolean G_Flood_Limited( gentity_t *ent );
//
// g_client.c
//
-char *ClientConnect( int clientNum, qboolean firstTime );
+const char *ClientConnect( int clientNum, qboolean firstTime );
void ClientUserinfoChanged( int clientNum, qboolean forceName );
void ClientDisconnect( int clientNum );
void ClientBegin( int clientNum );
@@ -1200,7 +1200,7 @@ void Svcmd_GameMem_f( void );
// g_session.c
//
void G_ReadSessionData( gclient_t *client );
-void G_InitSessionData( gclient_t *client, char *userinfo );
+void G_InitSessionData( gclient_t *client, const char *userinfo );
void G_WriteSessionData( void );
//