(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:
truelight
2006-01-07 10:15:46 +00:00
parent 30232bf428
commit 2ee4c11f1a
3 changed files with 9 additions and 17 deletions

View File

@@ -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 */