source: MondoRescue/branches/2.2.9/mondo/src/mondorestore/mondo-rstr-tools.h@ 2770

Last change on this file since 2770 was 2682, checked in by Bruno Cornec, 14 years ago
  • mount-media function is now placed in libmondo-devices.c as used by more programs.
  • Avoids calling mount_media when it's not mandatory (change the way mondorestore was working up to now but could solve some bugs reported)
  • Property svn:keywords set to Id
File size: 1.2 KB
RevLine 
[1]1/* mondo-rstr-tools.h
2 * $Id: mondo-rstr-tools.h
3 */
4
5void free_global_filenames();
[1647]6void get_cfg_file_from_archive_or_bust();
[128]7bool is_file_in_list(char *, char *, char *); /* needle, haystack, preamble */
[1647]8int iso_fiddly_bits(bool nuke_me_please);
[1]9void kill_petris(void);
[1052]10int mount_device(char *, char *, char *, bool);
[128]11int mount_all_devices(struct mountlist_itself *, bool);
[1]12void protect_against_braindead_sysadmins(void);
[1649]13int read_cfg_file_into_bkpinfo(char *cfg_file);
[1647]14struct s_node *process_filelist_and_biggielist();
[128]15int backup_crucial_file(char *path_root, char *filename);
[1]16
17int run_boot_loader(bool);
[128]18int run_grub(bool, char *);
[1]19int run_lilo(bool);
20int run_elilo(bool);
21int run_raw_mbr(bool offer_to_hack_scripts, char *bd);
22char *find_my_editor(void);
[128]23void streamline_changes_file(char *, char *);
24void set_signals(int on);
[1647]25void setup_global_filenames();
[1]26//void setup_signals(int);
27void twenty_seconds_til_yikes(void);
[128]28int run_raw_mbr(bool offer_to_hack_scripts, char *bd);
[1]29void terminate_daemon(int);
30void termination_in_progress(int);
[128]31int unmount_all_devices(struct mountlist_itself *);
[1647]32int get_cfg_file_from_archive();
[128]33void ask_about_these_imagedevs(char *infname, char *outfname);
Note: See TracBrowser for help on using the repository browser.