misc/libphysfs/lzma/C/Compress/Branch/BranchPPC.h
author Wuzzy <Wuzzy2@mail.ru>
Wed, 21 Feb 2018 15:53:30 +0100
changeset 13048 9dd724e8d620
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix SD flakes attributes not set properly when SD flake count = normal flake count Fixes bug #233

/* BranchPPC.h */

#ifndef __BRANCH_PPC_H
#define __BRANCH_PPC_H

#include "BranchTypes.h"

UInt32 PPC_B_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);

#endif