Import ezmlm-idx 0.40
[ezmlm] / sub_std / logmsg.c
diff --git a/sub_std/logmsg.c b/sub_std/logmsg.c
new file mode 100644 (file)
index 0000000..594a96a
--- /dev/null
@@ -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 */
+}