source: MondoRescue/branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.h@ 3450

Last change on this file since 3450 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
Line 
1/* mondo-rstr-tools.h
2 * $Id: mondo-rstr-tools.h
3 */
4
5void free_global_filenames();
6void get_cfg_file_from_archive_or_bust();
7bool is_file_in_list(char *, char *, char *); /* needle, haystack, preamble */
8int iso_fiddly_bits(bool nuke_me_please);
9void kill_petris(void);
10int mount_device(char *, char *, char *, bool);
11int mount_all_devices(struct mountlist_itself *, bool);
12void protect_against_braindead_sysadmins(void);
13int read_cfg_file_into_bkpinfo(char *cfg_file);
14struct s_node *process_filelist_and_biggielist();
15int backup_crucial_file(char *path_root, char *filename);
16
17int run_boot_loader(bool);
18int run_grub(bool, char *);
19int run_lilo(bool);
20int run_elilo(bool);
21int run_raw_mbr(bool offer_to_hack_scripts, char *bd);
22char *find_my_editor(void);
23void streamline_changes_file(char *, char *);
24void set_signals(int on);
25void setup_global_filenames();
26//void setup_signals(int);
27void twenty_seconds_til_yikes(void);
28int run_raw_mbr(bool offer_to_hack_scripts, char *bd);
29void terminate_daemon(int);
30void termination_in_progress(int);
31int unmount_all_devices(struct mountlist_itself *);
32int get_cfg_file_from_archive();
33void ask_about_these_imagedevs(char *infname, char *outfname);
Note: See TracBrowser for help on using the repository browser.