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/src/common/mondostructures.h

    r2816 r3147  
    191191 * A type of file in the catalog of recent archives.
    192192 */
    193 typedef enum { other,           ///< Some other kind of file.
     193typedef enum {
     194    other,                      ///< Some other kind of file.
    194195    fileset,                    ///< An afioball (fileset), optionally compressed.
    195196    biggieslice                 ///< A slice of a biggiefile, optionally compressed.
     
    201202typedef enum {
    202203    nuke = 0,                   /// Nuke mode
    203     interactive,                /// Interactive mode
     204    interactive,                    /// Interactive mode
    204205    compare,                    /// Compare mode
    205206    mbr,                        /// MBR mode
Note: See TracChangeset for help on using the changeset viewer.