int start_command(struct child_process *);
int finish_command(struct child_process *);
+int finish_command_in_signal(struct child_process *);
int run_command(struct child_process *);
/*
int start_async(struct async *async);
int finish_async(struct async *async);
+int in_async(void);
#endif