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

    r1383 r1647  
    1111extern int read_cfg_var(char *config_file, char *label, char *value);
    1212extern int write_cfg_var(char *config_file, char *label, char *value);
    13 extern void reset_bkpinfo(struct s_bkpinfo *bkpinfo);
     13extern void reset_bkpinfo();
    1414#ifdef __FreeBSD__
    1515extern void initialize_raidrec(struct vinum_volume *vv);
     
    3030extern void remount_supermounts_if_necessary(void);
    3131
    32 extern int post_param_configuration(struct s_bkpinfo *bkpinfo);
     32extern int post_param_configuration();
    3333
    3434
    35 extern int pre_param_configuration(struct s_bkpinfo *bkpinfo);
     35extern int pre_param_configuration();
    3636
    3737
Note: See TracChangeset for help on using the changeset viewer.