Ignore:
Timestamp:
Sep 29, 2013, 9:31:34 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Finish with backports from 3.1 for now. Still some work to do, but we will now make that version compile and work again and serve as a base

so the gettext patch can be added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mr-externs.h

    r3158 r3193  
    99#define BIGGIELIST MNT_CDROM"/archives/biggielist.txt"
    1010#define ARCHIVES_PATH MNT_CDROM"/archives"
     11#define BIGGIELIST ARCHIVES_PATH"/biggielist.txt"
    1112
    1213#ifdef __FreeBSD__
     
    7980extern int verify_tape_backups();
    8081extern char which_restore_mode(void);
    81 extern int which_format_command_do_i_need(char *, char *);
    8282extern int write_cfg_var(char *, char *, char *);
    8383extern void wrong_marker(int, int);
Note: See TracChangeset for help on using the changeset viewer.