driver.h
changeset 2436 7d5df545bd5d
parent 2186 db48cf29b983
child 2831 952f77671794
equal deleted inserted replaced
2435:9b9d43988058 2436:7d5df545bd5d
     8 bool GetDriverParamBool(const char* const* parm, const char* name);
     8 bool GetDriverParamBool(const char* const* parm, const char* name);
     9 int GetDriverParamInt(const char* const* parm, const char* name, int def);
     9 int GetDriverParamInt(const char* const* parm, const char* name, int def);
    10 
    10 
    11 void GetDriverList(char* p);
    11 void GetDriverList(char* p);
    12 
    12 
    13 #endif
    13 #endif /* DRIVER_H */