GRASS Programmer's Manual 6.4.1(2011)
priv.c
Go to the documentation of this file.
00001 #include <grass/dbmi.h>
00002 
00003 int db__driver_grant_on_table(dbString * tableName, int priv, int to)
00004 {
00005     return DB_OK;
00006 }
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines