Ignore:
Timestamp:
Apr 18, 2008, 1:41:41 AM (16 years ago)
Author:
Bruno Cornec
Message:

svn merge -r 1902:1923 $SVN_M/branches/2.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/mondoarchive.c

    r1842 r1924  
    5959
    6060/****************** subroutines used only here ******************/
     61
     62/**
     63 * Whether we're restoring from ISOs. Obviously not, since this is the
     64 * backup program.
     65 * @note You @b MUST declare this variable somewhere in your program if
     66 * you use libmondo. Otherwise the link will fail.
     67 * @ingroup globalGroup
     68 */
     69bool g_ISO_restore_mode = FALSE;
     70
     71/* Do we use extended attributes and acl ?
     72 *  * By default no, use --acl & --attr options to force their usage */
     73char *g_getfacl = NULL;
     74char *g_getfattr = NULL;
    6175
    6276/* Reference to global bkpinfo */
Note: See TracChangeset for help on using the changeset viewer.