summaryrefslogtreecommitdiff
path: root/driver.h
diff options
context:
space:
mode:
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 2cbb029c8..4e25714f7 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);
-char *GetDriverList(char* p);
+char *GetDriverList(char *p, const char *last);
#endif /* DRIVER_H */