Annotation of elwix/tools/oldlzma/SRC/7zip/Compress/Branch/BranchPPC.h, revision 1.1

1.1     ! misho       1: // BranchPPC.h
        !             2: 
        !             3: #ifndef __BRANCH_PPC_H
        !             4: #define __BRANCH_PPC_H
        !             5: 
        !             6: #include "Common/Types.h"
        !             7: 
        !             8: UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);
        !             9: 
        !            10: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>