(svn r3380) -Fix: removed 'size' from r3379, because it was pretty silly
-Note: no longer showhelp publish -p, as it is deprecated
This commit is contained in:
2
driver.h
2
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 */
|
||||
|
Reference in New Issue
Block a user