From a1d2b5a7522d4a225309c7c3a0215388e9e26f3b Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 22 Jun 2005 15:03:52 +0000 Subject: 1. patch of defining BBSENAME 2. chage log format for red envelope 3. remove unused function give_money_log 4. add log for deleting a post. (who delete it) 5. add log for changing basic permission. 6. add log for changing user's password and mail to notify user and witnesses. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2855 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 4f9b179d..e0cca3e2 100644 --- a/include/proto.h +++ b/include/proto.h @@ -633,7 +633,6 @@ int post_file(const char *bname, const char *title, const char *filename, const void post_newboard(const char *bgroup, const char *bname, const char *bms); void post_violatelaw(const char *crime, const char *police, const char *reason, const char *result); void post_change_perm(int oldperm, int newperm, const char *sysopid, const char *userid); -void give_money_post(const char *userid, int money); /* talk */ #define iswritable(uentp) \ -- cgit v1.2.3