ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
loginfo.c
Go to the documentation of this file.
1#include "stralloc.h"
2#include "fmt.h"
3#include "subscribe.h"
4#include "errtxt.h"
5
11
12const char *loginfo(const char *dir,
13 unsigned long num,
14 unsigned long listno,
15 unsigned long subs,
16 int done)
17{
18 return (char *) 0; /* no SQL => success */
19}
Error messages. If you translate these, I would urge you to keep the English version as well....
stralloc listno
Definition ezmlm-get.c:78
stralloc num
char * dir
const char * loginfo(const char *dir, unsigned long num, unsigned long listno, unsigned long subs, int done)
Definition loginfo.c:12