ref-filter: introduce refname_atom_parser_internal()
[gitweb.git] / run-command.h
index cf29a3195a7f1baf0af5997f07694fd17b17739b..dd1c78c28db90b5261454dd8fae925faf4548e21 100644 (file)
@@ -43,6 +43,8 @@ struct child_process {
        unsigned stdout_to_stderr:1;
        unsigned use_shell:1;
        unsigned clean_on_exit:1;
+       void (*clean_on_exit_handler)(struct child_process *process);
+       void *clean_on_exit_handler_cbdata;
 };
 
 #define CHILD_PROCESS_INIT { NULL, ARGV_ARRAY_INIT, ARGV_ARRAY_INIT }