]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Header file changes
authormmj <none@none>
Wed, 26 May 2004 23:34:04 +0000 (09:34 +1000)
committermmj <none@none>
Wed, 26 May 2004 23:34:04 +0000 (09:34 +1000)
include/checkwait_smtpreply.h
include/mlmmj-send.h
include/subscriberfuncs.h

index 35ff0c12d41bcfb3e03ae7963fe4dfe92eb43f8a..9c66c0ff23ded3db47c6847fe36972954b54bf62 100644 (file)
@@ -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 */
index a335c199df3842283ce7c7607814088bdedd7519..2f884b2eb97a3b407248123f8a1d36381c37cdb7 100644 (file)
 #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);
 
index 333f927cf32b2af12566f9b4b82679418671688f..5c2824d0ff932fef424fdddd27367f7939ddacc4 100644 (file)
@@ -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 */