changeset 113:c25dfbff557e

Header file changes
author mmj
date Thu, 27 May 2004 09:34:04 +1000
parents eb5ec53ecbc7
children 202340f490e0
files include/checkwait_smtpreply.h include/mlmmj-send.h include/subscriberfuncs.h
diffstat 3 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/include/checkwait_smtpreply.h	Thu May 27 09:31:31 2004 +1000
+++ b/include/checkwait_smtpreply.h	Thu May 27 09:34:04 2004 +1000
@@ -20,6 +20,6 @@
 
 #include "mlmmj.h"
 
-int checkwait_smtpreply(int sockfd, int replytype);
+char *checkwait_smtpreply(int sockfd, int replytype);
 
 #endif /* CHECK_REPLY_H */
--- a/include/mlmmj-send.h	Thu May 27 09:31:31 2004 +1000
+++ b/include/mlmmj-send.h	Thu May 27 09:34:04 2004 +1000
@@ -10,10 +10,12 @@
 #define MMJML_SEND_H
 
 int send_mail(int sockfd, const char *from, const char *to,
-	      const char *replyto, FILE *mailfile);
+	      const char *replyto, FILE *mailfile,
+	      const char *listdir, const char *mlmmjbounce);
 int send_mail_many(int sockfd, const char *from, const char *replyto,
 		   FILE *mailfile, FILE *subfile, const char *listaddr,
-		   const char *archivefilename, const char *listdir);
+		   const char *archivefilename, const char *listdir,
+		   const char *mlmmjbounce);
 int initsmtp(int *sockfd, const char *relayhost);
 int endsmtp(int *sockfd);
 
--- a/include/subscriberfuncs.h	Thu May 27 09:31:31 2004 +1000
+++ b/include/subscriberfuncs.h	Thu May 27 09:34:04 2004 +1000
@@ -10,5 +10,6 @@
 #define SUBSCRIBERFUNC_H
 
 off_t find_subscriber(int fd, const char *address);
+int is_subbed(const char *listdir, const char *address);
 
 #endif /* SUBSCRIBERFUNC_H */