Changeset 2320 in MondoRescue for branches/2.2.10/mondo/test/test-mountlist.c


Ignore:
Timestamp:
Aug 18, 2009, 2:37:39 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3331@localhost: bruno | 2009-08-06 01:34:32 +0200

  • bkpinfo->scratchdir is now dynamically allocated
  • mondoarchive tests made in text+newt env. Seems OK. Valgrind errors to be fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/test/test-mountlist.c

    r2235 r2320  
    4444extern int copy_from_src_to_dest(FILE * f_orig, FILE * f_archived, char direction);
    4545/* We don't have a cleanup function yet */
    46 void (*mr_cleanup)(void) = NULL;
     46void (*mr_cleanup)(int) = NULL;
    4747
    4848void main() {
Note: See TracChangeset for help on using the changeset viewer.