From e7c32a2badb06e041eb4528e521c6271fa9b1f13 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 18 Sep 2005 12:32:45 +0000 Subject: change bsmtp's prototype since ``method'' is not used try to make the temporary, outgoing mail unique git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3191 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index d577f36f..92c9716d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -348,7 +348,7 @@ int mail_id(const char* id, const char *title, const char *filename, const char int m_read(void); int doforward(const char *direct, const fileheader_t *fh, int mode); int mail_reply(int ent, fileheader_t *fhdr, const char *direct); -int bsmtp(const char *fpath, const char *title, const char *rcpt, int method); +int bsmtp(const char *fpath, const char *title, const char *rcpt); void hold_mail(const char *fpath, const char *receiver); void m_init(void); int chkmailbox(void); -- cgit v1.2.3