driver.h
author miham
Sun, 22 Oct 2006 05:37:51 +0000
changeset 4917 21a2267b9283
parent 2832 5a679de4b9f7
child 5170 817550aa5a5f
permissions -rw-r--r--
(svn r6893) WebTranslator2 update to 2006-10-22 07:37:19
estonian - 13 fixed, 8 changed by t2t2 (2), kristjans (19)
portuguese - 7 fixed by izhirahider (7)
turkish - 7 fixed by jnmbk (7)
/* $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);

#endif /* DRIVER_H */