summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-16 01:26:04 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-04-16 01:26:04 +0800
commit502a01bea96d938d1aaad1716132ae7bae1bbb19 (patch)
tree9b4cd3b453fe26c4300c7c9cc4cb256e32c69ef0 /include
parente803619bc6156837591746b54bd2796127d07a28 (diff)
downloadpttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.tar
pttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.tar.gz
pttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.tar.bz2
pttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.tar.lz
pttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.tar.xz
pttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.tar.zst
pttbbs-502a01bea96d938d1aaad1716132ae7bae1bbb19.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@107 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 f5ceeb6e..3e891624 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.5 2002/04/15 12:05:49 in2 Exp $ */
+/* $Id: proto.h,v 1.6 2002/04/15 17:26:04 ptt Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -108,7 +108,7 @@ userinfo_t *search_ulist_pid(int pid);
int moneyof(int uid);
void hbflreload(int bid);
int hbflcheck(int bid, int uid);
-char *cachepath(const char *fpath);
+void cachepath(char *buf, const char *fpath);
int updatemdcache(const char *cpath, const char *fpath);
/* cal */