source: MondoRescue/trunk/mondo/mondo/mondorestore/mondo-restore.h@ 729

Last change on this file since 729 was 688, checked in by bcornec, 18 years ago

Huge memory management patch.
Still not finished but a lot as been done.
What remains is around some functions returning strings, and some structure members.
(Could not finish due to laptop failure !)

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