source: MondoRescue/branches/2.2.10/mondo/src/common/libmondo-fork.h@ 2407

Last change on this file since 2407 was 2339, checked in by Bruno Cornec, 15 years ago

Finish the previous commit concerning the change of interface of eval_call_to_make_ISO

  • Property svn:keywords set to Id
File size: 633 bytes
Line 
1/* libmondo-fork.h
2 * $Id: libmondo-fork.h 2339 2009-08-20 23:50:43Z bruno $
3 */
4
5
6
7char *call_program_and_get_last_line_of_output(char *call);
8int run_program_and_log_to_screen(char *basic_call, char *what_i_am_doing);
9int run_program_and_log_output(char *program, int);
10int eval_call_to_make_USB(char *call, char *what_i_am_doing);
11int eval_call_to_make_ISO(char *basic_call, char *isofile, int cd_no, char *what_i_am_doing);
12int run_external_binary_with_percentage_indicator_NEW(char *tt, char *cmd);
13int copy_from_src_to_dest(FILE *, FILE *, char);
14int feed_into_ntfsprog(char *input_device, char *output_fname);
15int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);
Note: See TracBrowser for help on using the repository browser.