diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-08 13:07:02 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-08 13:07:02 +0800 |
commit | 40a656b7ab01bfa140380c7a46b7f88d3ec7b961 (patch) | |
tree | cffbc8d5e4f8891dd710014aea9e25ed633fa9e7 /include/proto.h | |
parent | a6c96a359610b40fc64738b812d93340439f7f6b (diff) | |
download | pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.tar pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.tar.gz pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.tar.bz2 pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.tar.lz pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.tar.xz pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.tar.zst pttbbs-40a656b7ab01bfa140380c7a46b7f88d3ec7b961.zip |
push bottom
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1729 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 138bfd13..9c775c62 100644 --- a/include/proto.h +++ b/include/proto.h @@ -148,6 +148,7 @@ int updatemdcache(const char *cpath, const char *fpath); char *cachepath(const char *fpath); int mdcacheopen(char *fpath); void touchdircache(int bid); +void load_fileheader_bottom_cache(int bid, char *direct); int get_fileheader_cache(int bid, char *direct, fileheader_t *headers, int recbase, int nlines); void *attach_shm(int shmkey, int shmsize); |