GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
listdb.c
Go to the documentation of this file.
1 #include <grass/dbmi.h>
2 #include <grass/dbstubs.h>
3 
4 int
5 db__driver_list_databases(dbString * path, int npaths, dbHandle ** handles,
6  int *num)
7 {
8  db_procedure_not_implemented("db_list_databases");
9  return DB_FAILED;
10 }
void db_procedure_not_implemented(const char *)
Report &#39;not implemented&#39; error.
int db__driver_list_databases(dbString *path, int npaths, dbHandle **handles, int *num)
Definition: listdb.c:5
#define DB_FAILED
Definition: dbmi.h:72
Definition: path.h:16