Import ezmlm-idx 0.40
[ezmlm] / sub_std / logmsg.c
CommitLineData
f8beb284
MW
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
8static stralloc logline = {0};
9static strnum[FMT_ULONG];
10
11char *logmsg(dir,num,listno,subs,done)
12char *dir;
13unsigned long num;
14unsigned long listno;
15unsigned long subs;
16int done;
17{
18 return (char *) 0; /* no SQL => success */
19}