#include <sys/types.h>
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <grass/gis.h>
#include <grass/dbmi.h>
#include "procs.h"
#include "dbstubs.h"
Go to the source code of this file.
Defines | |
#define | DB_DRIVER_C |
Functions | |
char * | getenv () |
int | db_driver (int argc, char *argv[]) |
int db_driver | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 21 of file driver.c.
References db__init_driver_state(), db__recv_procnum(), db__send_failure(), db__send_procedure_not_implemented(), db__send_procedure_ok(), db__send_success(), db__set_protocol_fds(), db_auto_print_errors(), db_auto_print_protocol_errors(), db_clear_error(), db_driver_finish, db_driver_init, db_syserror(), getenv(), procnum, and routine.
char* getenv | ( | ) |