summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 04:44:00 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 04:44:00 +0800
commit8cf67fb90827969f788b1c2dbcc1170e1dc81e3f (patch)
treede4d74219b615a8b38ea5ec6f1ad42389afee0d6
parentf96e3fe469a9cf18c385e27297d987e80f5af0a5 (diff)
downloadpttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.tar
pttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.tar.gz
pttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.tar.bz2
pttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.tar.lz
pttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.tar.xz
pttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.tar.zst
pttbbs-8cf67fb90827969f788b1c2dbcc1170e1dc81e3f.zip
getindex !!
bad function! cost a lot of io git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1893 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
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);