summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-08-11 17:15:31 +0000
committerglx <glx@openttd.org>2008-08-11 17:15:31 +0000
commit16aac30c668be700f1447460422f526bad1c6693 (patch)
tree249233fcb38e652246c309bad228d181cdaa28cd /src/settings_func.h
parentebe9ae2b1755c619953a591c35613e7315954817 (diff)
downloadopenttd-16aac30c668be700f1447460422f526bad1c6693.tar.xz
(svn r14041) -Feature(tte): make it possible to filter list_patches output like it's done for other list_* console commands
Diffstat (limited to 'src/settings_func.h')
-rw-r--r--src/settings_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_func.h b/src/settings_func.h
index 725cc3bd1..2dcb705c0 100644
--- a/src/settings_func.h
+++ b/src/settings_func.h
@@ -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();