X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=9897b46c4c104a79a978fc04361f848669680342;hb=7f6e6e6a3e4e9a66f86f0c781da0680a438df61a;hp=cc3483e224a35b091800f0de992563dda33a03bb;hpb=99e3a2604f3872b94d53bfdadd2cad5d299c739d;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index cc3483e..9897b46 100644 --- a/src/common.h +++ b/src/common.h @@ -699,8 +699,7 @@ char *xheader_format_name (struct tar_stat_info *st, const char *fmt, void sys_detect_dev_null_output (void); void sys_save_archive_dev_ino (void); -void sys_drain_input_pipe (void); -void sys_wait_for_child (pid_t); +void sys_wait_for_child (pid_t, bool); void sys_spawn_shell (void); bool sys_compare_uid (struct stat *a, struct stat *b); bool sys_compare_gid (struct stat *a, struct stat *b);