port Mercury's Userinfo validation over from cougar.

This commit is contained in:
Thad Ward 2001-05-22 14:23:19 +00:00
parent 759729b5a8
commit 7a0ba8ca2e
3 changed files with 29 additions and 1 deletions

View file

@ -48,5 +48,6 @@ void Info_RemovePrefixedKeys (char *start, char prefix);
void Info_SetValueForKey (char *s, char *key, char *value, size_t maxsize);
void Info_SetValueForStarKey (char *s, char *key, char *value, size_t maxsize);
char *Info_ValueForKey (char *s, char *key);
qboolean Info_Validate (char *s);
#endif // __info_h_