diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-01-11 04:55:32 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-01-11 04:55:32 +0800 |
commit | 8a8e4abd55c0b91410f5a967fd2de5a4964a5c27 (patch) | |
tree | ccbc235bdff757f202bde34859d2d9083a5c969d /include | |
parent | 3a682078f1139a4bf98bd6c45ebe7c4529c37fe1 (diff) | |
download | pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.tar pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.tar.gz pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.tar.bz2 pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.tar.lz pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.tar.xz pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.tar.zst pttbbs-8a8e4abd55c0b91410f5a967fd2de5a4964a5c27.zip |
header file changes for the last commit
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3472 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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 5e237e20..e26d806d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -502,7 +502,8 @@ int get_record(const char *fpath, void *rptr, int size, int id); int get_record_keep(const char *fpath, void *rptr, int size, int id, int *fd); int get_record_keep_seek(const char *fpath, void *rptr, int size, int id, int *fd, int toseek); int append_record(const char *fpath, const fileheader_t *record, int size); -int stampfile(char *fpath, fileheader_t *fh); +int stampfile_u(char *fpath, fileheader_t *fh); +inline int stampfile(char *fpath, fileheader_t *fh); void stampdir(char *fpath, fileheader_t *fh); int get_num_records(const char *fpath, int size); int get_records(const char *fpath, void *rptr, int size, int id, int number); |