From 5a0e612ca4825c5b35acf82d142fd7d7e745e1d0 Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 18 Jan 2007 09:13:53 +0000 Subject: 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 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proto.h') 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 */ -- cgit v1.2.3