driver.h
author Darkvater
Wed, 19 Oct 2005 20:00:05 +0000
changeset 2541 959903599cb9
parent 2436 7d5df545bd5d
child 2831 952f77671794
permissions -rw-r--r--
(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron
/* $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);

void GetDriverList(char* p);

#endif /* DRIVER_H */