Warning, file /include/root/ZipLZMA.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #ifndef ROOT_ZipLZMA
0013 #define ROOT_ZipLZMA
0014
0015 #ifdef __cplusplus
0016 extern "C" {
0017 #endif
0018
0019 void R__zipLZMA(int cxlevel, int *srcsize, char *src, int *tgtsize, char *tgt, int *irep);
0020
0021 void R__unzipLZMA(int *srcsize, unsigned char *src, int *tgtsize, unsigned char *tgt, int *irep);
0022
0023 #ifdef __cplusplus
0024 }
0025 #endif
0026
0027 #endif