(svn r7280) -Codechange: Replace some sprintf() functions with the safer snprintf() functions
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);
|
||||
|
||||
char *GetDriverList(char* p);
|
||||
char *GetDriverList(char *p, const char *last);
|
||||
|
||||
#endif /* DRIVER_H */
|
||||
|
||||
Reference in New Issue
Block a user