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-tools.h

    r1375 r1647  
    1414int read_cfg_var(char *config_file, char *label, char *value);
    1515int write_cfg_var(char *config_file, char *label, char *value);
    16 void reset_bkpinfo(struct s_bkpinfo *bkpinfo);
     16void reset_bkpinfo();
    1717#ifdef __FreeBSD__
    1818void initialize_raidrec(struct vinum_volume *vv);
     
    3131void remount_supermounts_if_necessary(void);
    3232
    33 int post_param_configuration(struct s_bkpinfo *bkpinfo);
     33int post_param_configuration();
    3434
    3535
    36 int pre_param_configuration(struct s_bkpinfo *bkpinfo);
     36int pre_param_configuration();
    3737
    3838long free_space_on_given_partition(char *partition);
Note: See TracChangeset for help on using the changeset viewer.