summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.h
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-08-08 07:39:19 +0000
committerkientzle <kientzle@FreeBSD.org>2004-08-08 07:39:19 +0000
commitd915b8a2f09d2060de592b418c6f64745462aaea (patch)
treeaff548a1bc6eb49b2a5cb73c805c915d065ed4af /lib/libarchive/archive_entry.h
parent2568a59fae988554a291690cdeb929f38c3dabd9 (diff)
downloadFreeBSD-src-d915b8a2f09d2060de592b418c6f64745462aaea.zip
FreeBSD-src-d915b8a2f09d2060de592b418c6f64745462aaea.tar.gz
Add archive_entry_set_mtime()
Diffstat (limited to 'lib/libarchive/archive_entry.h')
-rw-r--r--lib/libarchive/archive_entry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/archive_entry.h b/lib/libarchive/archive_entry.h
index 96d40f9..e5bdaf6 100644
--- a/lib/libarchive/archive_entry.h
+++ b/lib/libarchive/archive_entry.h
@@ -110,6 +110,7 @@ void archive_entry_copy_hardlink(struct archive_entry *, const char *);
void archive_entry_copy_hardlink_w(struct archive_entry *, const wchar_t *);
void archive_entry_set_link(struct archive_entry *, const char *);
void archive_entry_set_mode(struct archive_entry *, mode_t);
+void archive_entry_set_mtime(struct archive_entry *, time_t, long);
void archive_entry_set_pathname(struct archive_entry *, const char *);
void archive_entry_copy_pathname_w(struct archive_entry *, const wchar_t *);
void archive_entry_set_rdevmajor(struct archive_entry *, dev_t);
OpenPOWER on IntegriCloud