summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_entry.3
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.3
parent2568a59fae988554a291690cdeb929f38c3dabd9 (diff)
downloadFreeBSD-src-d915b8a2f09d2060de592b418c6f64745462aaea.zip
FreeBSD-src-d915b8a2f09d2060de592b418c6f64745462aaea.tar.gz
Add archive_entry_set_mtime()
Diffstat (limited to 'lib/libarchive/archive_entry.3')
-rw-r--r--lib/libarchive/archive_entry.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libarchive/archive_entry.3 b/lib/libarchive/archive_entry.3
index 026444e..2f82f89 100644
--- a/lib/libarchive/archive_entry.3
+++ b/lib/libarchive/archive_entry.3
@@ -71,6 +71,7 @@
.Nm archive_entry_set_hardlink ,
.Nm archive_entry_set_link ,
.Nm archive_entry_set_mode ,
+.Nm archive_entry_set_mtime ,
.Nm archive_entry_set_pathname ,
.Nm archive_entry_set_rdevmajor ,
.Nm archive_entry_set_rdevminor ,
@@ -171,6 +172,8 @@
.Ft void
.Fn archive_entry_set_mode "struct archive_entry *" "mode_t"
.Ft void
+.Fn archive_entry_set_mtime "struct archive_entry *" "time_t" "long nanos"
+.Ft void
.Fn archive_entry_set_pathname "struct archive_entry *" "const char *"
.Ft void
.Fn archive_entry_set_rdevmajor "struct archive_entry *" "dev_t"
OpenPOWER on IntegriCloud