<Ooops> Two lines got dropped from the previous commit. Apologies.

MFC after: 14 days
This commit is contained in:
Tim Kientzle 2005-06-01 15:46:47 +00:00
parent 3a2a859dd4
commit f65d1d5147
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146876

View File

@ -66,6 +66,8 @@ struct archive_entry *archive_entry_new(void);
time_t archive_entry_atime(struct archive_entry *);
long archive_entry_atime_nsec(struct archive_entry *);
time_t archive_entry_ctime(struct archive_entry *);
long archive_entry_ctime_nsec(struct archive_entry *);
dev_t archive_entry_dev(struct archive_entry *);
void archive_entry_fflags(struct archive_entry *,
unsigned long *set, unsigned long *clear);