finddb.c 192 B

123456789
  1. #include <grass/dbmi.h>
  2. #include <grass/dbstubs.h>
  3. int db__driver_find_database(dbHandle * handle, int *found)
  4. {
  5. db_procedure_not_implemented("db_find_database");
  6. return DB_FAILED;
  7. }