diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-24 17:37:47 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-24 17:37:47 +0800 |
commit | f03d0717f20d47251703d880fd6b487abefcef67 (patch) | |
tree | afd734943308ab168137d5d1f1a3965822aa3f8f /include/proto.h | |
parent | ae18d6ceb1b44fdd6178844eb04ac8816038ea50 (diff) | |
download | pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.tar pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.tar.gz pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.tar.bz2 pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.tar.lz pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.tar.xz pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.tar.zst pttbbs-f03d0717f20d47251703d880fd6b487abefcef67.zip |
discard 1998
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2019 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index a3e6c557..fb1c75a1 100644 --- a/include/proto.h +++ b/include/proto.h @@ -425,7 +425,6 @@ 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); -int stampfilefd(char *fpath, fileheader_t *fh); void stampdir(char *fpath, fileheader_t *fh); int get_num_records(char *fpath, int size); int get_records(char *fpath, void *rptr, int size, int id, int number); |