summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-20 23:41:37 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-20 23:41:37 +0800
commit08e0eaf4f3b777285f30a9f870d2d2468ca1e50f (patch)
tree438d92689c51492aa0887c9b2047911f9dc253e0 /include
parent004ac980dc3efde04fa9ec46ead0f7d42ab46e2d (diff)
downloadpttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.tar
pttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.tar.gz
pttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.tar.bz2
pttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.tar.lz
pttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.tar.xz
pttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.tar.zst
pttbbs-08e0eaf4f3b777285f30a9f870d2d2468ca1e50f.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@183 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 66267a52..743575f8 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.14 2002/05/11 16:42:43 in2 Exp $ */
+/* $Id: proto.h,v 1.15 2002/05/20 15:38:23 lwms Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -422,6 +422,7 @@ int is_uBM(char *list, char *id);
void post_newboard(char *bgroup, char *bname, char *bms);
void post_violatelaw(char *crime, char *police, char *reason, char *result);
void post_change_perm(int oldperm, int newperm, char *sysopid, char *userid);
+void give_money_post(char *userid, int money);
/* talk */
int cmpwatermtime(const void *a, const void *b);