summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-16 22:55:48 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-16 22:55:48 +0800
commit650066b916fe1d6b58dfdb087747856a5c832a7a (patch)
tree66fc41e41ec2e509610820231baf9016c6557352 /include
parent2e1bff00761c0628c3f697eb2bf2fb8cc6341b0d (diff)
downloadpttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.tar
pttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.tar.gz
pttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.tar.bz2
pttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.tar.lz
pttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.tar.xz
pttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.tar.zst
pttbbs-650066b916fe1d6b58dfdb087747856a5c832a7a.zip
revert
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@116 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 3e891624..cc3703c5 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.6 2002/04/15 17:26:04 ptt Exp $ */
+/* $Id: proto.h,v 1.7 2002/04/16 14:55:48 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -108,8 +108,8 @@ userinfo_t *search_ulist_pid(int pid);
int moneyof(int uid);
void hbflreload(int bid);
int hbflcheck(int bid, int uid);
-void cachepath(char *buf, const char *fpath);
int updatemdcache(const char *cpath, const char *fpath);
+char *cachepath(const char *fpath);
/* cal */
int vice(int money, char* item);