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/common/libmondo-devices.h

    r128 r1647  
    77int does_partition_exist(const char *drive, int partno);
    88bool does_string_exist_in_boot_block(char *dev, char *str);
    9 int find_and_mount_actual_cd(struct s_bkpinfo *bkpinfo, char *mountpoint);
     9int find_and_mount_actual_cd(char *mountpoint);
    1010int find_cdrom_device(char *output, bool try_to_mount);
    1111int find_dvd_device(char *output, bool try_to_mount);
     
    2525int find_cdrw_device(char *cdrw_device);
    2626
    27 int interactively_obtain_media_parameters_from_user(struct s_bkpinfo *,
    28                                                     bool);
     27int interactively_obtain_media_parameters_from_user(bool);
    2928
    3029
     
    3231void make_fifo(char *store_name_here, char *stub);
    3332
    34 void insist_on_this_cd_number(struct s_bkpinfo *bkpinfo,
     33void insist_on_this_cd_number(
    3534                              int cd_number_i_want);
    3635
    37 int what_number_cd_is_this(struct s_bkpinfo *bkpinfo);
     36int what_number_cd_is_this();
    3837
    3938int eject_device(char *);
     
    4241char *list_of_NFS_mounts_only();
    4342
    44 void sensibly_set_tmpdir_and_scratchdir(struct s_bkpinfo *bkpinfo);
     43void sensibly_set_tmpdir_and_scratchdir();
    4544
    4645
     
    5554bool does_nonMS_partition_exist(void);
    5655char *resolve_softlinks_to_get_to_actual_device_file(char *incoming);
    57 void set_g_cdrom_and_g_dvd_to_bkpinfo_value(struct s_bkpinfo *bkpinfo);
     56void set_g_cdrom_and_g_dvd_to_bkpinfo_value();
    5857
    5958bool is_dev_an_NTFS_dev(char *bigfile_fname);
Note: See TracChangeset for help on using the changeset viewer.