Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 607968 | Differences between
and this patch

Collapse All | Expand All

(-)tsk/img/tsk_img.h.orig (+2 lines)
Lines 66-71 Link Here
66
66
67
        TSK_IMG_TYPE_EWF_EWF = 0x0040,  ///< EWF version
67
        TSK_IMG_TYPE_EWF_EWF = 0x0040,  ///< EWF version
68
68
69
        TSK_IMG_TYPE_EXTERNAL = 0x1000,  ///< external defined format which at least implements TSK_IMG_INFO, used by pytsk
70
69
        TSK_IMG_TYPE_UNSUPP = 0xffff,   ///< Unsupported disk image type
71
        TSK_IMG_TYPE_UNSUPP = 0xffff,   ///< Unsupported disk image type
70
    } TSK_IMG_TYPE_ENUM;
72
    } TSK_IMG_TYPE_ENUM;
71
73

Return to bug 607968