driver.h
changeset 2832 5a679de4b9f7
parent 2831 952f77671794
child 5170 817550aa5a5f
--- a/driver.h	Fri Jan 06 22:52:31 2006 +0000
+++ b/driver.h	Sat Jan 07 10:15:46 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);
 
-int GetDriverList(char* p, int size);
+char *GetDriverList(char* p);
 
 #endif /* DRIVER_H */