From ba4849655123ccf17feb52aea447a4b52a114928 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 7 May 2008 18:11:33 +0000 Subject: - improve give_money process and red_envelop writing procedure. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4277 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 4c211b6a..affb2c26 100644 --- a/include/proto.h +++ b/include/proto.h @@ -197,7 +197,7 @@ int p_cloak(void); int p_from(void); int ordersong(void); int p_exmail(void); -void mail_redenvelop(const char* from, const char* to, int money, char mode); +int mail_redenvelop(const char* from, const char* to, int money, char *fpath); void resolve_over18(void); int resolve_over18_user(const userec_t *u); -- cgit v1.2.3