diff -r 873da5589c15 -r 510c08cd43d2 driver.h --- a/driver.h Fri Jan 06 22:49:00 2006 +0000 +++ b/driver.h Fri Jan 06 22:52:31 2006 +0000 @@ -8,6 +8,6 @@ bool GetDriverParamBool(const char* const* parm, const char* name); int GetDriverParamInt(const char* const* parm, const char* name, int def); -void GetDriverList(char* p); +int GetDriverList(char* p, int size); #endif /* DRIVER_H */