/* libmondo-fork.h
 * $Id: libmondo-fork.h 1693 2007-10-21 01:06:22Z 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_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);
