GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
priv.c
Go to the documentation of this file.
1
#include <
grass/dbmi.h
>
2
#include <grass/dbstubs.h>
3
4
int
db__driver_grant_on_table
(
dbString
*tableName
UNUSED
,
int
priv
UNUSED
,
5
int
to
UNUSED
)
6
{
7
return
DB_OK
;
8
}
dbmi.h
DB_OK
#define DB_OK
Definition:
dbmi.h:71
UNUSED
#define UNUSED
A macro for an attribute, if attached to a variable, indicating that the variable is not used.
Definition:
gis.h:47
db__driver_grant_on_table
int db__driver_grant_on_table(dbString *tableName UNUSED, int priv UNUSED, int to UNUSED)
Definition:
priv.c:4
_db_string
Definition:
dbmi.h:147
lib
db
stubs
priv.c
Generated on Thu Nov 21 2024 07:03:29 for GRASS GIS 8 Programmer's Manual by
1.9.1