source: MondoRescue/branches/2.2.5/mondo/src/mondorestore/mondo-restore.h@ 1647

Last change on this file since 1647 was 1647, checked in by Bruno Cornec, 17 years ago

remove bkpinfo also from header files

  • Property svn:keywords set to Id
File size: 1.8 KB
RevLine 
[1]1/* mondo-restore.h
[128]2 * $Id: mondo-restore.h 1647 2007-09-24 01:24:45Z bruno $
[1]3 */
4
5/**************************************************************************
6 * Prototypes: *
7 **************************************************************************/
8
[128]9void ask_about_these_imagedevs(char *, char *);
[1647]10int catchall_mode(struct mountlist_itself *,
[128]11 struct raidlist_itself *);
12void find_pathname_of_executable_preferably_in_RESTORING(char *, char *,
13 char *);
[1647]14int interactive_mode(struct mountlist_itself *,
[128]15 struct raidlist_itself *);
[1647]16int nuke_mode(struct mountlist_itself *,
[128]17 struct raidlist_itself *);
[1647]18int compare_mode(struct mountlist_itself *,
[128]19 struct raidlist_itself *);
[1647]20int iso_mode(struct mountlist_itself *mountlist,
[128]21 struct raidlist_itself *raidlist, bool nuke_me_please);
[1647]22int restore_mode(struct mountlist_itself *,
[128]23 struct raidlist_itself *);
[1647]24int restore_a_biggiefile_from_CD(long, struct s_node *,
[128]25 char *);
[1647]26int restore_a_biggiefile_from_stream(char *, long,
[128]27 char *, long long, struct s_node *,
28 int, char *);
29int restore_a_tarball_from_CD(char *, long, struct s_node *);
[1647]30int restore_a_tarball_from_stream(char *, long,
[128]31 struct s_node *, long long, char *,
32 char *);
[1647]33int restore_all_biggiefiles_from_CD(struct s_node *);
34int restore_all_biggiefiles_from_stream(
[128]35 struct s_node *);
[1647]36int restore_all_tarballs_from_CD(struct s_node *);
37int restore_all_tarballs_from_stream(struct s_node *);
38int restore_everything(struct s_node *);
39int restore_live_from_monitas_server(char *, char *,
[128]40 char *);
[1647]41int restore_to_live_filesystem();
[128]42void swap_mountlist_entries(struct mountlist_itself *, int, int);
43void sort_mountlist_by_mountpoint(struct mountlist_itself *, bool);
44void sort_mountlist_by_device(struct mountlist_itself *);
[1647]45int what_number_cd_is_this();
Note: See TracBrowser for help on using the repository browser.