diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-19 06:42:23 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-19 06:42:23 +0800 |
commit | 6cf8bad17c7cea15f9034fff8609d90ad67723a4 (patch) | |
tree | bc58235e890a4d0861d1c657da949e55f00de6f5 | |
parent | 11e52b0142264ab2df6581daf65556d7e5a38c96 (diff) | |
download | pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.tar pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.tar.gz pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.tar.bz2 pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.tar.lz pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.tar.xz pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.tar.zst pttbbs-6cf8bad17c7cea15f9034fff8609d90ad67723a4.zip |
MDCACHE patch
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@123 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-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 cc3703c5..fa30e640 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.7 2002/04/16 14:55:48 in2 Exp $ */ +/* $Id: proto.h,v 1.8 2002/04/18 22:42:23 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -110,6 +110,7 @@ void hbflreload(int bid); int hbflcheck(int bid, int uid); int updatemdcache(const char *cpath, const char *fpath); char *cachepath(const char *fpath); +int mdcacheopen(char *fpath); /* cal */ int vice(int money, char* item); |