From 8cf67fb90827969f788b1c2dbcc1170e1dc81e3f Mon Sep 17 00:00:00 2001 From: ptt Date: Thu, 29 Apr 2004 20:44:00 +0000 Subject: getindex !! bad function! cost a lot of io git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1893 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index b799695b..f599a5fe 100644 --- a/include/proto.h +++ b/include/proto.h @@ -58,7 +58,7 @@ int Select(void); void do_reply_title(int row, char *title); int cmpfmode(fileheader_t *fhdr); int cmpfilename(fileheader_t *fhdr); -int getindex(char *fpath, char *fname, int size); +int getindex(char *fpath, char *fname); void outgo_post(fileheader_t *fh, char *board); int edit_title(int ent, fileheader_t *fhdr, char *direct); int whereami(int ent, fileheader_t *fhdr, char *direct); -- cgit v1.2.3