summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-18 20:32:45 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-09-18 20:32:45 +0800
commite7c32a2badb06e041eb4528e521c6271fa9b1f13 (patch)
treea2642239df31d886833839599bb1db19870b1142 /include
parentaa4c377e6ef814a52c7f6b7ec559f1507dd550d5 (diff)
downloadpttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.tar
pttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.tar.gz
pttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.tar.bz2
pttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.tar.lz
pttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.tar.xz
pttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.tar.zst
pttbbs-e7c32a2badb06e041eb4528e521c6271fa9b1f13.zip
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
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
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);