--- petidomo.h 2001/01/11 14:17:53 1.7
+++ petidomo.h 2001/01/15 16:29:11 1.8
@@ -1,6 +1,6 @@
/*
$Source: /v/ossp/cvs/ossp-pkg/petidomo/petidomo.h,v $
- $Revision: 1.7 $
+ $Revision: 1.8 $
Copyright (C) 2000 by CyberSolutions GmbH, Germany.
@@ -57,6 +57,7 @@
char * mta;
char * mta_options;
char * list_dir;
+ char * ack_queue_dir;
char * help_file;
char * acl_file;
char * index_file;
@@ -176,7 +177,7 @@
/********** listserv.c **********/
-int listserv_main(char *incoming_mail, char *default_list);
+int listserv_main(char *incoming_mail, char *default_list, char);
/********** mailer.c **********/
@@ -206,7 +207,7 @@
/********** hermes.c **********/
-int hermes_main(char *incoming_mail, const char *listname);
+int hermes_main(char *incoming_mail, const char *listname, char);
/********** subscribe.c **********/
@@ -225,4 +226,12 @@
char* generate_cookie(const char*);
+/********** queue_posting.c **********/
+
+void queue_posting(const struct Mail* mail, const char* listname);
+
+/********** queue_command.c **********/
+
+void queue_command(const struct Mail* mail, const char* command);
+
#endif /* !defined(__PETIDOMO_H__) */
|