diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-19 00:36:43 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-06-19 00:36:43 +0800 |
commit | 04a6312171045ce31e2a9a7b752a662266958ae9 (patch) | |
tree | 268253965b21e7decb60ac9cd67a90c51a59ff30 | |
parent | 0afdc34099c449efa58429c0555b68395758a5b4 (diff) | |
download | pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.tar pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.tar.gz pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.tar.bz2 pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.tar.lz pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.tar.xz pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.tar.zst pttbbs-04a6312171045ce31e2a9a7b752a662266958ae9.zip |
* missing check-in files
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4662 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index efe9c4d7..6bcc7783 100644 --- a/include/proto.h +++ b/include/proto.h @@ -328,7 +328,7 @@ int built_mail_index(void); int mail_all(void); int invalidaddr(const char *addr); int do_send(const char *userid, const char *title); -int do_innersend(const char *userid, char *mfpath, const char *title); +int do_innersend(const char *userid, char *mfpath, const char *title, char *newtitle); void my_send(const char *uident); void setupmailusage(void); |