driver.h
author peter1138
Thu, 30 Nov 2006 18:47:57 +0000
changeset 5192 771a8421a4cc
parent 5170 817550aa5a5f
permissions -rw-r--r--
(svn r7305) -Codestyle: Indentation fixes
/* $Id$ */

#ifndef DRIVER_H
#define DRIVER_H

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, const char *last);

#endif /* DRIVER_H */