From e373bd02ba35dc1a75eea3913345640de8d054b6 Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 7 Jan 2006 10:15:46 +0000 Subject: (svn r3380) -Fix: removed 'size' from r3379, because it was pretty silly -Note: no longer showhelp publish -p, as it is deprecated --- driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.h') 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 */ -- cgit v1.2.3-54-g00ecf