/* libmondo-fork.h * $Id: libmondo-fork.h 300 2006-01-11 13:20:38Z bcornec $ */ char *call_program_and_get_last_line_of_output(char *call); int run_program_and_log_to_screen(char *basic_call, char *what_i_am_doing); int run_program_and_log_output(char *program, int); int eval_call_to_make_ISO(struct s_bkpinfo *bkpinfo, char *basic_call, char *isofile, int cd_no, char *logstub, char *what_i_am_doing); int run_external_binary_with_percentage_indicator_OLD(char *tt, char *cmd); int run_external_binary_with_percentage_indicator_NEW(char *tt, char *cmd); int copy_from_src_to_dest(FILE *, FILE *, char); int feed_into_ntfsprog(char *input_device, char *output_fname); int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);