X-Git-Url: https://git.distorted.org.uk/~mdw/ezmlm/blobdiff_plain/5b62e993b0af39700031c2875d7f6654e6a02850..f8beb284087c279acfb30506f5bb32baa4949b44:/sub_std/logmsg.c diff --git a/sub_std/logmsg.c b/sub_std/logmsg.c new file mode 100644 index 0000000..594a96a --- /dev/null +++ b/sub_std/logmsg.c @@ -0,0 +1,19 @@ +/*$Id: logmsg.c,v 1.3 1999/10/12 23:38:36 lindberg Exp $*/ +/*$Name: ezmlm-idx-040 $*/ +#include "stralloc.h" +#include "fmt.h" +#include "subscribe.h" +#include "errtxt.h" + +static stralloc logline = {0}; +static strnum[FMT_ULONG]; + +char *logmsg(dir,num,listno,subs,done) +char *dir; +unsigned long num; +unsigned long listno; +unsigned long subs; +int done; +{ + return (char *) 0; /* no SQL => success */ +}