00001 #include <grass/dbmi.h> 00002 00003 int db__driver_find_database(dbHandle * handle, int *found) 00004 { 00005 db_procedure_not_implemented("db_find_database"); 00006 return DB_FAILED; 00007 }