misc/libphysfs/lzma/C/Compress/Branch/BranchX86.h
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     1 /* BranchX86.h */
       
     2 
       
     3 #ifndef __BRANCHX86_H
       
     4 #define __BRANCHX86_H
       
     5 
       
     6 #include "BranchTypes.h"
       
     7 
       
     8 #define x86_Convert_Init(state) { state = 0; }
       
     9 
       
    10 SizeT x86_Convert(Byte *buffer, SizeT endPos, UInt32 nowPos, UInt32 *state, int encoding);
       
    11 
       
    12 #endif