Misc cleanups.

This commit is contained in:
Zephaniah E. Hull 2000-10-24 17:03:09 +00:00
parent d8dc00f29b
commit b9c0c95729
5 changed files with 10 additions and 12 deletions

View file

@ -36,8 +36,8 @@
char *Info_ValueForKey (char *s, char *key);
void Info_RemoveKey (char *s, char *key);
void Info_RemovePrefixedKeys (char *start, char prefix);
void Info_SetValueForKey (char *s, char *key, char *value, int maxsize);
void Info_SetValueForStarKey (char *s, char *key, char *value, int maxsize);
void Info_SetValueForKey (char *s, char *key, char *value, size_t maxsize);
void Info_SetValueForStarKey (char *s, char *key, char *value, size_t maxsize);
void Info_Print (char *s);
#endif // _INFO_H