From a2a653b72c1f5c6920f03d13a52b0a2ea3631cb8 Mon Sep 17 00:00:00 2001 From: piaip Date: Sun, 3 Jul 2005 07:10:38 +0000 Subject: Security Update (1) **s (Ptt_prints): Only information can be queried by others will be revealed. i.e., **b(birthday), **u(utmp number) will be removed **m(money) will show level messages instead of real number (2) Reply will show as **X instead of converted message (3) Ansi (^V) mode in editor will display as **X. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2878 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index e0cca3e2..8a922f2c 100644 --- a/include/proto.h +++ b/include/proto.h @@ -167,6 +167,7 @@ void add_posttimes(int uid, int times); /* cal */ int give_tax(int money); +const char* money_level(int money); int vice(int money, const char* item); #define reload_money() cuser.money=moneyof(usernum) int deumoney(int uid, int money); -- cgit v1.2.3