Import ezmlm-idx 0.40
[ezmlm] / sub_std / logmsg.c
1 /*$Id: logmsg.c,v 1.3 1999/10/12 23:38:36 lindberg Exp $*/
2 /*$Name: ezmlm-idx-040 $*/
3 #include "stralloc.h"
4 #include "fmt.h"
5 #include "subscribe.h"
6 #include "errtxt.h"
7
8 static stralloc logline = {0};
9 static strnum[FMT_ULONG];
10
11 char *logmsg(dir,num,listno,subs,done)
12 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 }