ezmlmx 0.68
ezmlmx
|
#include "str.h"
#include "slurp.h"
#include "stralloc.h"
#include "logmsg.h"
#include "errtxt.h"
#include "subscribe.h"
#include <unistd.h>
#include <libpq-fe.h>
Go to the source code of this file.
Functions | |
const char * | opensql (const char *dbname, const char **table) |
void | closesql (void) |
close connection to SQL server, if open |
Variables | |
PGconn * | pgsql = 0 |
Definition in file opensql.c.
void closesql | ( | void | ) |
const char * opensql | ( | const char * | dbname, |
const char ** | table ) |