diff options
-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); |