]> Dogcows Code - chaz/tar/blobdiff - src/common.h
Do not try to drain the input pipe before closing the archive.
[chaz/tar] / src / common.h
index cc3483e224a35b091800f0de992563dda33a03bb..9897b46c4c104a79a978fc04361f848669680342 100644 (file)
@@ -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);
This page took 0.019787 seconds and 4 git commands to generate.