|
|
|
@ -585,7 +585,7 @@ extern "C" {
|
|
|
|
pub fn archive_match_include_time(
|
|
|
|
pub fn archive_match_include_time(
|
|
|
|
arg1: *mut Struct_archive,
|
|
|
|
arg1: *mut Struct_archive,
|
|
|
|
_flag: c_int,
|
|
|
|
_flag: c_int,
|
|
|
|
_sec: i64,
|
|
|
|
_sec: time_t,
|
|
|
|
_nsec: c_long,
|
|
|
|
_nsec: c_long,
|
|
|
|
) -> c_int;
|
|
|
|
) -> c_int;
|
|
|
|
pub fn archive_match_include_date(
|
|
|
|
pub fn archive_match_include_date(
|
|
|
|
@ -628,13 +628,13 @@ extern "C" {
|
|
|
|
pub fn archive_entry_free(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_free(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_new() -> *mut Struct_archive_entry;
|
|
|
|
pub fn archive_entry_new() -> *mut Struct_archive_entry;
|
|
|
|
pub fn archive_entry_new2(arg1: *mut Struct_archive) -> *mut Struct_archive_entry;
|
|
|
|
pub fn archive_entry_new2(arg1: *mut Struct_archive) -> *mut Struct_archive_entry;
|
|
|
|
pub fn archive_entry_atime(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_atime(arg1: *mut Struct_archive_entry) -> time_t;
|
|
|
|
pub fn archive_entry_atime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_atime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_atime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_atime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_birthtime(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_birthtime(arg1: *mut Struct_archive_entry) -> time_t;
|
|
|
|
pub fn archive_entry_birthtime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_birthtime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_birthtime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_birthtime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_ctime(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_ctime(arg1: *mut Struct_archive_entry) -> time_t;
|
|
|
|
pub fn archive_entry_ctime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_ctime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_ctime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_ctime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_dev(arg1: *mut Struct_archive_entry) -> dev_t;
|
|
|
|
pub fn archive_entry_dev(arg1: *mut Struct_archive_entry) -> dev_t;
|
|
|
|
@ -657,7 +657,7 @@ extern "C" {
|
|
|
|
pub fn archive_entry_ino64(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_ino64(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_ino_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_ino_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_mode(arg1: *mut Struct_archive_entry) -> mode_t;
|
|
|
|
pub fn archive_entry_mode(arg1: *mut Struct_archive_entry) -> mode_t;
|
|
|
|
pub fn archive_entry_mtime(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_mtime(arg1: *mut Struct_archive_entry) -> time_t;
|
|
|
|
pub fn archive_entry_mtime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_mtime_nsec(arg1: *mut Struct_archive_entry) -> c_long;
|
|
|
|
pub fn archive_entry_mtime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_mtime_is_set(arg1: *mut Struct_archive_entry) -> c_int;
|
|
|
|
pub fn archive_entry_nlink(arg1: *mut Struct_archive_entry) -> c_uint;
|
|
|
|
pub fn archive_entry_nlink(arg1: *mut Struct_archive_entry) -> c_uint;
|
|
|
|
@ -677,11 +677,11 @@ extern "C" {
|
|
|
|
pub fn archive_entry_uid(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_uid(arg1: *mut Struct_archive_entry) -> i64;
|
|
|
|
pub fn archive_entry_uname(arg1: *mut Struct_archive_entry) -> *const c_char;
|
|
|
|
pub fn archive_entry_uname(arg1: *mut Struct_archive_entry) -> *const c_char;
|
|
|
|
pub fn archive_entry_uname_w(arg1: *mut Struct_archive_entry) -> *const wchar_t;
|
|
|
|
pub fn archive_entry_uname_w(arg1: *mut Struct_archive_entry) -> *const wchar_t;
|
|
|
|
pub fn archive_entry_set_atime(arg1: *mut Struct_archive_entry, arg2: i64, arg3: c_long);
|
|
|
|
pub fn archive_entry_set_atime(arg1: *mut Struct_archive_entry, arg2: time_t, arg3: c_long);
|
|
|
|
pub fn archive_entry_unset_atime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_unset_atime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_set_birthtime(arg1: *mut Struct_archive_entry, arg2: i64, arg3: c_long);
|
|
|
|
pub fn archive_entry_set_birthtime(arg1: *mut Struct_archive_entry, arg2: time_t, arg3: c_long);
|
|
|
|
pub fn archive_entry_unset_birthtime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_unset_birthtime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_set_ctime(arg1: *mut Struct_archive_entry, arg2: i64, arg3: c_long);
|
|
|
|
pub fn archive_entry_set_ctime(arg1: *mut Struct_archive_entry, arg2: time_t, arg3: c_long);
|
|
|
|
pub fn archive_entry_unset_ctime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_unset_ctime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_set_dev(arg1: *mut Struct_archive_entry, arg2: dev_t);
|
|
|
|
pub fn archive_entry_set_dev(arg1: *mut Struct_archive_entry, arg2: dev_t);
|
|
|
|
pub fn archive_entry_set_devmajor(arg1: *mut Struct_archive_entry, arg2: dev_t);
|
|
|
|
pub fn archive_entry_set_devmajor(arg1: *mut Struct_archive_entry, arg2: dev_t);
|
|
|
|
@ -721,7 +721,7 @@ extern "C" {
|
|
|
|
arg2: *const c_char,
|
|
|
|
arg2: *const c_char,
|
|
|
|
) -> c_int;
|
|
|
|
) -> c_int;
|
|
|
|
pub fn archive_entry_set_mode(arg1: *mut Struct_archive_entry, arg2: mode_t);
|
|
|
|
pub fn archive_entry_set_mode(arg1: *mut Struct_archive_entry, arg2: mode_t);
|
|
|
|
pub fn archive_entry_set_mtime(arg1: *mut Struct_archive_entry, arg2: i64, arg3: c_long);
|
|
|
|
pub fn archive_entry_set_mtime(arg1: *mut Struct_archive_entry, arg2: time_t, arg3: c_long);
|
|
|
|
pub fn archive_entry_unset_mtime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_unset_mtime(arg1: *mut Struct_archive_entry);
|
|
|
|
pub fn archive_entry_set_nlink(arg1: *mut Struct_archive_entry, arg2: c_uint);
|
|
|
|
pub fn archive_entry_set_nlink(arg1: *mut Struct_archive_entry, arg2: c_uint);
|
|
|
|
pub fn archive_entry_set_pathname(arg1: *mut Struct_archive_entry, arg2: *const c_char);
|
|
|
|
pub fn archive_entry_set_pathname(arg1: *mut Struct_archive_entry, arg2: *const c_char);
|
|
|
|
|