summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-02 14:20:40 +0800
committerlwms <lwms@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-02 14:20:40 +0800
commitcc31f6faeba08fbc6769f6d0c6fb21be10f364de (patch)
tree5bfed0651e32a25c6d51027d50129137d5e19409 /include
parent1ff60e643a2e1d2f8f1274fc0fe6d76d5a607ee5 (diff)
downloadpttbbs-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')
-rw-r--r--include/proto.h3
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();