ossp-pkg/petidomo/listserv.c 1.3 -> 1.4
--- listserv.c 2000/12/15 15:48:00 1.3
+++ listserv.c 2001/01/15 16:27:52 1.4
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/listserv.c,v $
- $Revision: 1.3 $
+ $Revision: 1.4 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -26,7 +26,7 @@
char * g_currLine; /* pointer to the line currently parsed */
int
-listserv_main(char * incoming_mail, char * default_list)
+listserv_main(char * incoming_mail, char * default_list, char is_approved)
{
const struct List_Config * ListConfig;
struct Mail * MailStruct;
|
|