ossp-pkg/petidomo/listserv.c 1.4 -> 1.5
--- listserv.c 2001/01/15 16:27:52 1.4
+++ listserv.c 2001/01/15 17:06:48 1.5
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/listserv.c,v $
- $Revision: 1.4 $
+ $Revision: 1.5 $
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, char is_approved)
+listserv_main(char * incoming_mail, char * default_list)
{
const struct List_Config * ListConfig;
struct Mail * MailStruct;
|
|