mirror of
https://git.savannah.gnu.org/git/tar.git
synced 2026-09-21 07:34:13 +00:00
(to_command_option)
(ignore_command_error_option): New globals (sys_exec_command,sys_wait_command): New commands
This commit is contained in:
@@ -269,6 +269,9 @@ GLOBAL bool totals_option;
|
|||||||
|
|
||||||
GLOBAL bool touch_option;
|
GLOBAL bool touch_option;
|
||||||
|
|
||||||
|
GLOBAL char *to_command_option;
|
||||||
|
GLOBAL bool ignore_command_error_option;
|
||||||
|
|
||||||
/* Count how many times the option has been set, multiple setting yields
|
/* Count how many times the option has been set, multiple setting yields
|
||||||
more verbose behavior. Value 0 means no verbosity, 1 means file name
|
more verbose behavior. Value 0 means no verbosity, 1 means file name
|
||||||
only, 2 means file name and all attributes. More than 2 is just like 2. */
|
only, 2 means file name and all attributes. More than 2 is just like 2. */
|
||||||
@@ -692,6 +695,8 @@ pid_t sys_child_open_for_compress (void);
|
|||||||
pid_t sys_child_open_for_uncompress (void);
|
pid_t sys_child_open_for_uncompress (void);
|
||||||
size_t sys_write_archive_buffer (void);
|
size_t sys_write_archive_buffer (void);
|
||||||
bool sys_get_archive_stat (void);
|
bool sys_get_archive_stat (void);
|
||||||
|
int sys_exec_command (char *file_name, int typechar, struct tar_stat_info *st);
|
||||||
|
void sys_wait_command (void);
|
||||||
|
|
||||||
/* Module compare.c */
|
/* Module compare.c */
|
||||||
void report_difference (struct tar_stat_info *st, const char *message, ...);
|
void report_difference (struct tar_stat_info *st, const char *message, ...);
|
||||||
|
|||||||
Reference in New Issue
Block a user