From: mmj Date: Wed, 26 May 2004 23:34:04 +0000 (+1000) Subject: Header file changes X-Git-Tag: RELEASE_1_0_0~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa2bb0a479b535d17463eca17e3093430441c141;p=thirdparty%2Fmlmmj.git Header file changes --- diff --git a/include/checkwait_smtpreply.h b/include/checkwait_smtpreply.h index 35ff0c12..9c66c0ff 100644 --- a/include/checkwait_smtpreply.h +++ b/include/checkwait_smtpreply.h @@ -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 */ diff --git a/include/mlmmj-send.h b/include/mlmmj-send.h index a335c199..2f884b2e 100644 --- a/include/mlmmj-send.h +++ b/include/mlmmj-send.h @@ -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); diff --git a/include/subscriberfuncs.h b/include/subscriberfuncs.h index 333f927c..5c2824d0 100644 --- a/include/subscriberfuncs.h +++ b/include/subscriberfuncs.h @@ -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 */