source: MondoRescue/branches/stable/mondo/src/common/libmondo-fork-EXT.h@ 1903

Last change on this file since 1903 was 1693, checked in by Bruno Cornec, 17 years ago
  • Remove useless copy from mindi to mondo at end of USB handling
  • Fix PB macro vs tools/*2build issue
  • make_usb_fs change of interface (doesn't need a parameter)
  • Fix USB support in mondo to avoid multiple copies of files
  • Use first partiion in mondo for USB device
  • Fixes for USB CLI for both mondo/mindi
  • Try to add USB support for mondoarchive with new functions
  • du => deb for similarity with other distro type under pbconf
  • migrate gento build files under pb
  • remove now obsolete rpm spec file and gentoo build files from distributions
  • Remove DOCDIR usage in mindi + various build fixes

(merge -r1680:1692 $SVN_M/branches/2.2.5)

  • Property svn:keywords set to Id
File size: 857 bytes
Line 
1/* libmondo-fork-EXT.h */
2
3extern char *call_program_and_get_last_line_of_output(char *call);
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,
10 int cd_no, char *logstub,
11 char *what_i_am_doing);
12extern int run_external_binary_with_percentage_indicator_OLD(char *tt,
13 char *cmd);
14extern int run_external_binary_with_percentage_indicator_NEW(char *tt,
15 char *cmd);
16extern int copy_from_src_to_dest(FILE *, FILE *, char);
17extern int feed_into_ntfsprog(char *input_device, char *output_fname);
18extern int feed_outfrom_ntfsprog(char *output_device, char *input_fifo);
Note: See TracBrowser for help on using the repository browser.