|
ezmlmx 0.69
ezmlmx
|
#include "str.h"#include "slurp.h"#include "scan.h"#include "stralloc.h"#include "errtxt.h"#include "subscribe.h"#include <mysql.h>
Go to the source code of this file.
Macros | |
| #define | WHO "opensql" |
Functions | |
| const char * | opensql (const char *dbname, const char **table) |
| void | closesql (void) |
| close connection to SQL server, if open | |
Variables | |
| MYSQL * | mysql = 0 |
Definition in file opensql.c.
| void closesql | ( | void | ) |
| const char * opensql | ( | const char * | dbname, |
| const char ** | table ) |