listdb.c

Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int
00004 db__driver_list_databases(dbString * path, int npaths, dbHandle ** handles,
00005                           int *num)
00006 {
00007     db_procedure_not_implemented("db_list_databases");
00008     return DB_FAILED;
00009 }