/* libmondo-fork.h * $Id: libmondo-fork.h 1999 2008-07-10 16:37:04Z 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_USB(char *call, char *what_i_am_doing); int eval_call_to_make_ISO(char *basic_call, char *isofile, int cd_no, char *logstub, char *what_i_am_doing); 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);