summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-18 17:13:53 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-01-18 17:13:53 +0800
commit5a0e612ca4825c5b35acf82d142fd7d7e745e1d0 (patch)
tree0f13deee81f1f569c8dc13cc3f686299c41f2ed3 /include/proto.h
parent519c7a330f916c29c21ef80d2fc20326e7ba96e2 (diff)
downloadpttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.tar
pttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.tar.gz
pttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.tar.bz2
pttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.tar.lz
pttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.tar.xz
pttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.tar.zst
pttbbs-5a0e612ca4825c5b35acf82d142fd7d7e745e1d0.zip
fix the bug of the cost of deleting post
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3475 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index e26d806d..b2dff6bc 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -525,6 +525,7 @@ int search_rec(const char* dirname, int (*filecheck)());
int append_record_forward(char *fpath, fileheader_t *record, int size, const char *origid);
int get_sum_records(const char* fpath, int size);
int substitute_ref_record(const char* direct, fileheader_t *fhdr, int ent);
+inline
int getindex(const char *fpath, fileheader_t *fh, int start);
/* register */