driver.h
changeset 2832 acf08469a0c6
parent 2831 510c08cd43d2
child 5170 56c12a62af49
--- 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 */