Changeset 3147 in MondoRescue for branches/3.1/mondo/test/test-truncname.c


Ignore:
Timestamp:
Jun 19, 2013, 8:34:46 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • First pass on svn merge -r 2935:3146 ../3.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/mondo/test/test-truncname.c

    r2623 r3147  
    2323extern int g_noof_rows;
    2424
     25/* Whether we should fail immediately at first error */
     26bool g_fail_immediately = FALSE;
     27
    2528bool g_ISO_restore_mode = FALSE;    /* are we in Iso Mode? */
    2629bool g_I_have_just_nuked = FALSE;
     
    3740
    3841extern char *MONDO_LOGFILE;
    39 extern char *truncate_to_drive_name(char *);
     42extern char *truncate_to_drive_name(const char *);
    4043/* We don't have a cleanup function yet */
    4144void (*mr_cleanup)(int) = NULL;
Note: See TracChangeset for help on using the changeset viewer.