ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
opensql.c
Go to the documentation of this file.
1#include "stralloc.h"
2#include "logmsg.h"
3#include "errtxt.h"
4#include "subscribe.h"
5
12
13const char *opensql(const char *dbname, /* database directory */
14 const char **table) /* table root_name */
15{
16 return 0;
17}
18
19/* close connection to SQL server, if open */
20
21void closesql(void)
22{
23 return;
24}
25
Error messages. If you translate these, I would urge you to keep the English version as well....
const char * opensql(const char *dbname, const char **table)
Definition opensql.c:13
void closesql(void)
close connection to SQL server, if open
Definition opensql.c:21