diff options
author | lwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-02 14:20:40 +0800 |
---|---|---|
committer | lwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-05-02 14:20:40 +0800 |
commit | cc31f6faeba08fbc6769f6d0c6fb21be10f364de (patch) | |
tree | 5bfed0651e32a25c6d51027d50129137d5e19409 /include/proto.h | |
parent | 1ff60e643a2e1d2f8f1274fc0fe6d76d5a607ee5 (diff) | |
download | pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.tar pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.tar.gz pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.tar.bz2 pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.tar.lz pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.tar.xz pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.tar.zst pttbbs-cc31f6faeba08fbc6769f6d0c6fb21be10f364de.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@139 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index fa30e640..30585329 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.8 2002/04/18 22:42:23 in2 Exp $ */ +/* $Id: proto.h,v 1.9 2002/05/02 06:20:31 lwms Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -113,6 +113,7 @@ char *cachepath(const char *fpath); int mdcacheopen(char *fpath); /* cal */ +int give_tax(int money); int vice(int money, char* item); int inumoney(char *tuser, int money); int cal(); |