source: MondoRescue/branches/3.2/mondo/src/common/libmondo-fork.h@ 3615

Last change on this file since 3615 was 3615, checked in by Bruno Cornec, 7 years ago

Fix call_program_and_get_last_line_of_output which was aborting due to an
excessive loop call

  • Property svn:keywords set to Id
File size: 663 bytes
RevLine 
[1]1/* libmondo-fork.h
[128]2 * $Id: libmondo-fork.h 3615 2016-11-18 16:31:43Z bruno $
[1]3 */
4
5
6
[3615]7char *call_program_and_get_last_line_of_output(const char *call);
[128]8int run_program_and_log_to_screen(char *basic_call, char *what_i_am_doing);
9int run_program_and_log_output(char *program, int);
[1689]10int eval_call_to_make_USB(char *call, char *what_i_am_doing);
[1647]11int eval_call_to_make_ISO(char *basic_call, char *isofile,
[128]12 int cd_no, char *logstub, char *what_i_am_doing);
[1]13
[128]14int run_external_binary_with_percentage_indicator_NEW(char *tt, char *cmd);
15int copy_from_src_to_dest(FILE *, FILE *, char);
[296]16int feed_into_ntfsprog(char *input_device, char *output_fname);
17int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);
Note: See TracBrowser for help on using the repository browser.