summaryrefslogtreecommitdiff
path: root/src/settings_func.h
diff options
context:
space:
mode:
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();