diff options
author | Tim Kientzle <kientzle@FreeBSD.org> | 2005-06-01 15:46:47 +0000 |
---|---|---|
committer | Tim Kientzle <kientzle@FreeBSD.org> | 2005-06-01 15:46:47 +0000 |
commit | f65d1d5147a73ddba73046ee3823263d8650e911 (patch) | |
tree | 34059cdebcf4f93d4a56895d0748a7b412be99e4 | |
parent | 3a2a859dd4bf151712758da09adfe88aa5b54347 (diff) |
<Ooops> Two lines got dropped from the previous commit. Apologies.
MFC after: 14 days
Notes
Notes:
svn path=/head/; revision=146876
-rw-r--r-- | lib/libarchive/archive_entry.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libarchive/archive_entry.h b/lib/libarchive/archive_entry.h index cba416dbe2fd..c4d494b57986 100644 --- a/lib/libarchive/archive_entry.h +++ b/lib/libarchive/archive_entry.h @@ -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); |