summaryrefslogtreecommitdiff
path: root/source/q_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/q_shared.h')
-rw-r--r--source/q_shared.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/q_shared.h b/source/q_shared.h
index f20a41e..84ba15e 100644
--- a/source/q_shared.h
+++ b/source/q_shared.h
@@ -554,10 +554,9 @@ static inline float FloatSwap( float f ) {
char *Info_ValueForKey( const char *s, const char *key );
void Info_RemoveKey( char *s, const char *key );
-void Info_SetValueForKey( char *s, const char *key, const char *value );
-qboolean Info_AttemptSetValueForKey( char *s, const char *key, const char *value );
+qboolean Info_SetValueForKey( char *s, const char *key, const char *value );
qboolean Info_Validate( const char *s );
-qboolean Info_ValidateSubstring( const char *s );
+int Info_SubValidate( const char *s );
void Info_NextPair( const char **string, char *key, char *value );
void Info_Print( const char *infostring );