(svn r14041) -Feature(tte): make it possible to filter list_patches output like it's done for other list_* console commands

This commit is contained in:
glx
2008-08-11 17:15:31 +00:00
parent ebe9ae2b17
commit 16aac30c66
3 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
void IConsoleSetPatchSetting(const char *name, const char *value);
void IConsoleSetPatchSetting(const char *name, int32 value);
void IConsoleGetPatchSetting(const char *name);
void IConsoleListPatches();
void IConsoleListPatches(const char *prefilter);
void LoadFromConfig();
void SaveToConfig();