Fix function prototype for Info_RemoveKey_Big. Pointed out by Ensiform.
This commit is contained in:
@@ -850,7 +850,7 @@ void Com_TruncateLongString( char *buffer, const char *s );
|
|||||||
//
|
//
|
||||||
char *Info_ValueForKey( const char *s, const char *key );
|
char *Info_ValueForKey( const char *s, const char *key );
|
||||||
void Info_RemoveKey( char *s, const char *key );
|
void Info_RemoveKey( char *s, const char *key );
|
||||||
void Info_RemoveKey_big( char *s, const char *key );
|
void Info_RemoveKey_Big( char *s, const char *key );
|
||||||
void Info_SetValueForKey( char *s, const char *key, const char *value );
|
void Info_SetValueForKey( char *s, const char *key, const char *value );
|
||||||
void Info_SetValueForKey_Big( char *s, const char *key, const char *value );
|
void Info_SetValueForKey_Big( char *s, const char *key, const char *value );
|
||||||
qboolean Info_Validate( const char *s );
|
qboolean Info_Validate( const char *s );
|
||||||
|
Reference in New Issue
Block a user