summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-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);