summaryrefslogtreecommitdiff
path: root/driver.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-01-07 10:15:46 +0000
committertruelight <truelight@openttd.org>2006-01-07 10:15:46 +0000
commite373bd02ba35dc1a75eea3913345640de8d054b6 (patch)
tree5c512be4c7678472490d7084fd58836986554427 /driver.h
parent835cd6ea2897fed19bcdbdf5f237102a22065502 (diff)
downloadopenttd-e373bd02ba35dc1a75eea3913345640de8d054b6.tar.xz
(svn r3380) -Fix: removed 'size' from r3379, because it was pretty silly
-Note: no longer showhelp publish -p, as it is deprecated
Diffstat (limited to 'driver.h')
-rw-r--r--driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.h b/driver.h
index 92cbaba01..2cbb029c8 100644
--- a/driver.h
+++ b/driver.h
@@ -8,6 +8,6 @@ void LoadDriver(int driver, const char *name);
bool GetDriverParamBool(const char* const* parm, const char* name);
int GetDriverParamInt(const char* const* parm, const char* name, int def);
-int GetDriverList(char* p, int size);
+char *GetDriverList(char* p);
#endif /* DRIVER_H */