driver.h
changeset 2832 acf08469a0c6
parent 2831 510c08cd43d2
child 5170 56c12a62af49
equal deleted inserted replaced
2831:510c08cd43d2 2832:acf08469a0c6
     6 void LoadDriver(int driver, const char *name);
     6 void LoadDriver(int driver, const char *name);
     7 
     7 
     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 int GetDriverList(char* p, int size);
    11 char *GetDriverList(char* p);
    12 
    12 
    13 #endif /* DRIVER_H */
    13 #endif /* DRIVER_H */