diff options
Diffstat (limited to 'include/proto.h')
-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); |