summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-08 20:06:06 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-08 20:06:06 +0800
commitb4fa6d0989f02802609107a4d61cb4b492ef08a2 (patch)
tree3188d640a52a311df5db6f2d7fa7b0ec8e941d05 /include
parent513fb9ca61afd4b43541f1294c73ff81f5a983b2 (diff)
downloadpttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar
pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.gz
pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.bz2
pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.lz
pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.xz
pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.tar.zst
pttbbs-b4fa6d0989f02802609107a4d61cb4b492ef08a2.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@152 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 30585329..df355e4a 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.9 2002/05/02 06:20:31 lwms Exp $ */
+/* $Id: proto.h,v 1.10 2002/05/08 12:06:06 lwms Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -412,6 +412,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 post_give_money(char *sysopid, char *userid, int money);
/* talk */
int cmpwatermtime(const void *a, const void *b);