source: MondoRescue/branches/2.04_berlios/mondo/mondo/common/libmondo-fork.h@ 2708

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

r4184@localhost: bruno | 2011-01-27 15:52:51 +0100

  • Adds support for hpsa driver (new HP Smart Array driver)
  • Property svn:keywords set to Id
File size: 698 bytes
RevLine 
[1]1/* libmondo-fork.h
[2708]2 * $Id: libmondo-fork.h 2708 2011-01-27 18:31:44Z bruno $
[1]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_ISO (struct s_bkpinfo *bkpinfo,
11 char *basic_call, char *isofile,
12 int cd_no, char *logstub, char *what_i_am_doing);
13
14int run_external_binary_with_percentage_indicator_OLD (char *tt, char *cmd);
15int run_external_binary_with_percentage_indicator_NEW (char *tt, char *cmd);
16int copy_from_src_to_dest(FILE*,FILE*,char);
17int feed_into_partimage(char*input_device, char*output_fname);
18int feed_outfrom_partimage(char*output_device, char*input_fifo);
Note: See TracBrowser for help on using the repository browser.