Ignore:
Timestamp:
Sep 10, 2015, 11:52:41 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • suppress function archive_this_fileset_with_star and handle the star case in the std archive_this_fileset function to benefit from std features. Should help solving the issue reported on scratchdir not emptied in star case. Removes also duplicated code.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-archive-EXT.h

    r1885 r3464  
    22
    33
    4 extern int archive_this_fileset(char *filelist,
    5                                 char *fname, int setno);
     4extern int archive_this_fileset(char *filelist, char *fname, int setno);
    65extern int backup_data();
    76extern int call_mindi_to_supply_boot_disks();
     
    3534extern int call_growisofs(char *destfile);
    3635extern int make_afioballs_and_images_SINGLETHREAD();
    37 extern int archive_this_fileset_with_star(
    38                                           char *filelist, char *fname,
    39                                           int setno);
    4036extern void setenv_mondo_share(void);
Note: See TracChangeset for help on using the changeset viewer.