File diff r5169:0e312771ef2c → r5170:49b50acf2141
driver.h
Show inline comments
 
@@ -8,6 +8,6 @@ void LoadDriver(int driver, const char *
 
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 */