From f65d1d5147a73ddba73046ee3823263d8650e911 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Wed, 1 Jun 2005 15:46:47 +0000 Subject: Two lines got dropped from the previous commit. Apologies. MFC after: 14 days --- lib/libarchive/archive_entry.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libarchive/archive_entry.h') 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); -- cgit v1.2.3