Welcome to mirror list, hosted at ThFree Co, Russian Federation.

BranchIA64.h « Branch « Compress « C - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7757fe925bce4281e0c8cd10df16521c0316750 (plain)
1
2
3
4
5
6
7
8
9
10
// BranchIA64.h

#ifndef __BRANCH_IA64_H
#define __BRANCH_IA64_H

#include "BranchTypes.h"

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

#endif