/* libmondo-fork.h * $Id: libmondo-fork.h 2708 2011-01-27 18:31:44Z bruno $ */ 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_partimage(char*input_device, char*output_fname); int feed_outfrom_partimage(char*output_device, char*input_fifo);