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

Last change on this file since 2816 was 2704, checked in by Bruno Cornec, 13 years ago

r4180@localhost: bruno | 2011-01-27 10:26:41 +0100

  • Fix multiple port issues from 2.2.9 that prevented mindi to work
  • Change interface of call_program_and_get_last_line_of_output to allow not logging (call to mindi)
  • Status is working boot, but NFS interface broken due to conf file issues
  • Property svn:keywords set to Id
File size: 737 bytes
Line 
1/* libmondo-fork-EXT.h */
2
3extern char *call_program_and_get_last_line_of_output(char *call, bool logit);
4extern int run_program_and_log_to_screen(char *basic_call,
5 char *what_i_am_doing);
6extern int run_program_and_log_output(char *program, int);
7extern int eval_call_to_make_USB(char *call,
8 char *what_i_am_doing);
9extern int eval_call_to_make_ISO(char *basic_call, char *isofile, int cd_no, char *what_i_am_doing);
10extern int run_external_binary_with_percentage_indicator_NEW(char *tt,
11 char *cmd);
12extern int copy_from_src_to_dest(FILE *, FILE *, char);
13extern int feed_into_ntfsprog(char *input_device, char *output_fname);
14extern int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);
Note: See TracBrowser for help on using the repository browser.