00001 /*************************************************************************** 00002 $RCSfile$ 00003 ------------------- 00004 cvs : $Id: driverinfo.h 376 2007-05-01 12:46:06Z christian $ 00005 begin : Mon Mar 01 2004 00006 copyright : (C) 2004 by Martin Preuss 00007 email : martin@libchipcard.de 00008 00009 *************************************************************************** 00010 * Please see toplevel file COPYING for license details * 00011 ***************************************************************************/ 00012 00013 00014 00015 #ifndef CHIPCARD_COMMON_DRIVERINFO_H 00016 #define CHIPCARD_COMMON_DRIVERINFO_H 00017 00018 #include <gwenhywfar/db.h> 00019 00020 00021 int LC_DriverInfo_ReadDrivers(const char *dataDir, 00022 GWEN_DB_NODE *dbDrivers, 00023 int availOnly); 00024 00025 00026 #endif
1.5.3