mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 09:11:06 +00:00
port Mercury's Userinfo validation over from cougar.
This commit is contained in:
parent
759729b5a8
commit
7a0ba8ca2e
3 changed files with 29 additions and 1 deletions
|
@ -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_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue