diff options
author | kientzle <kientzle@FreeBSD.org> | 2005-06-01 15:46:47 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2005-06-01 15:46:47 +0000 |
commit | cae6a1d6e9d7358ab1f46447fe83f0d9c49349ee (patch) | |
tree | 34059cdebcf4f93d4a56895d0748a7b412be99e4 /lib | |
parent | 326eb5aaed484df8a3d09646b1ee713a644b2fef (diff) | |
download | FreeBSD-src-cae6a1d6e9d7358ab1f46447fe83f0d9c49349ee.zip FreeBSD-src-cae6a1d6e9d7358ab1f46447fe83f0d9c49349ee.tar.gz |
<Ooops> Two lines got dropped from the previous commit. Apologies.
MFC after: 14 days
Diffstat (limited to 'lib')
-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 cba416d..c4d494b 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); |