Ignore:
Timestamp:
Sep 24, 2007, 3:24:45 AM (17 years ago)
Author:
Bruno Cornec
Message:

remove bkpinfo also from header files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.h

    r128 r1647  
    88
    99void ask_about_these_imagedevs(char *, char *);
    10 int catchall_mode(struct s_bkpinfo *, struct mountlist_itself *,
     10int catchall_mode(struct mountlist_itself *,
    1111                  struct raidlist_itself *);
    1212void find_pathname_of_executable_preferably_in_RESTORING(char *, char *,
    1313                                                         char *);
    14 int interactive_mode(struct s_bkpinfo *, struct mountlist_itself *,
     14int interactive_mode(struct mountlist_itself *,
    1515                     struct raidlist_itself *);
    16 int nuke_mode(struct s_bkpinfo *, struct mountlist_itself *,
     16int nuke_mode(struct mountlist_itself *,
    1717              struct raidlist_itself *);
    18 int compare_mode(struct s_bkpinfo *, struct mountlist_itself *,
     18int compare_mode(struct mountlist_itself *,
    1919                 struct raidlist_itself *);
    20 int iso_mode(struct s_bkpinfo *bkpinfo, struct mountlist_itself *mountlist,
     20int iso_mode(struct mountlist_itself *mountlist,
    2121             struct raidlist_itself *raidlist, bool nuke_me_please);
    22 int restore_mode(struct s_bkpinfo *, struct mountlist_itself *,
     22int restore_mode(struct mountlist_itself *,
    2323                 struct raidlist_itself *);
    24 int restore_a_biggiefile_from_CD(struct s_bkpinfo *, long, struct s_node *,
     24int restore_a_biggiefile_from_CD(long, struct s_node *,
    2525                                 char *);
    26 int restore_a_biggiefile_from_stream(struct s_bkpinfo *, char *, long,
     26int restore_a_biggiefile_from_stream(char *, long,
    2727                                     char *, long long, struct s_node *,
    2828                                     int, char *);
    2929int restore_a_tarball_from_CD(char *, long, struct s_node *);
    30 int restore_a_tarball_from_stream(struct s_bkpinfo *, char *, long,
     30int restore_a_tarball_from_stream(char *, long,
    3131                                  struct s_node *, long long, char *,
    3232                                  char *);
    33 int restore_all_biggiefiles_from_CD(struct s_bkpinfo *, struct s_node *);
    34 int restore_all_biggiefiles_from_stream(struct s_bkpinfo *,
     33int restore_all_biggiefiles_from_CD(struct s_node *);
     34int restore_all_biggiefiles_from_stream(
    3535                                        struct s_node *);
    36 int restore_all_tarballs_from_CD(struct s_bkpinfo *, struct s_node *);
    37 int restore_all_tarballs_from_stream(struct s_bkpinfo *, struct s_node *);
    38 int restore_everything(struct s_bkpinfo *, struct s_node *);
    39 int restore_live_from_monitas_server(struct s_bkpinfo *, char *, char *,
     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 *,
    4040                                     char *);
    41 int restore_to_live_filesystem(struct s_bkpinfo *);
     41int restore_to_live_filesystem();
    4242void swap_mountlist_entries(struct mountlist_itself *, int, int);
    4343void sort_mountlist_by_mountpoint(struct mountlist_itself *, bool);
    4444void sort_mountlist_by_device(struct mountlist_itself *);
    45 int what_number_cd_is_this(struct s_bkpinfo *);
     45int what_number_cd_is_this();
Note: See TracChangeset for help on using the changeset viewer.