From 157642992e5f2d5dc367b6905a7d453a4ea66845 Mon Sep 17 00:00:00 2001
From: "(no author)" <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Thu, 4 Sep 2003 08:13:43 +0000
Subject: add get_record_keep(). we don't need to open/close the same file
 every time in title search mode.

git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1155 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 include/proto.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

diff --git a/include/proto.h b/include/proto.h
index 84db664c..073e9520 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -366,6 +366,7 @@ void UnTagger (int locus);
 int substitute_record(char *fpath, void *rptr, int size, int id);
 int lock_substitute_record(char *fpath, void *rptr, int size, int id, int);
 int get_record(char *fpath, void *rptr, int size, int id);
+int get_record_keep(char *fpath, void *rptr, int size, int id, int *fd);
 void prints(char *fmt, ...) GCC_CHECK_FORMAT(1,2);
 int append_record(char *fpath, fileheader_t *record, int size);
 int stampfile(char *fpath, fileheader_t *fh);
-- 
cgit v1.2.3