diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-30 22:35:49 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-30 22:35:49 +0800 |
commit | fe0da2f0c443d67c437276909c42d742c1eda259 (patch) | |
tree | accb974a53a8ad07dfa628f8f8126588650df823 /include/proto.h | |
parent | 1b62cf169aa0a0bcfaf0e22d1088fe59e77b93f9 (diff) | |
download | pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.tar pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.tar.gz pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.tar.bz2 pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.tar.lz pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.tar.xz pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.tar.zst pttbbs-fe0da2f0c443d67c437276909c42d742c1eda259.zip |
update the functions
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1902 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index f599a5fe..523964fe 100644 --- a/include/proto.h +++ b/include/proto.h @@ -58,7 +58,6 @@ 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); 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); @@ -442,6 +441,8 @@ int apply_record(char *fpath, int (*fptr)(), int size); int search_rec(char* dirname, int (*filecheck)()); int append_record_forward(char *fpath, fileheader_t *record, int size); int get_sum_records(char* fpath, int size); +int substitute_ref_record(char* direct, fileheader_t *fhdr, int ent); +int getindex(char *fpath, char *fname, int start); /* register */ int getnewuserid(void); |