ezmlmx
0.68
ezmlmx
Loading...
Searching...
No Matches
ezmlmx-0.68
src
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
13
const
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
21
void
closesql
(
void
)
22
{
23
return
;
24
}
25
errtxt.h
Error messages. If you translate these, I would urge you to keep the English version as well....
subscribe.h
opensql
const char * opensql(const char *dbname, const char **table)
Definition
opensql.c:13
closesql
void closesql(void)
close connection to SQL server, if open
Definition
opensql.c:21
Generated on
for ezmlmx by
1.14.0