contrib/python-zstandard/c-ext/python-zstandard.h
changeset 43994 de7838053207
parent 42937 69de49c4e39c
child 46374 e92ca942ddca
equal deleted inserted replaced
43993:873d0fecb9a3 43994:de7838053207
    14 #define ZDICT_STATIC_LINKING_ONLY
    14 #define ZDICT_STATIC_LINKING_ONLY
    15 #include <zstd.h>
    15 #include <zstd.h>
    16 #include <zdict.h>
    16 #include <zdict.h>
    17 
    17 
    18 /* Remember to change the string in zstandard/__init__ as well */
    18 /* Remember to change the string in zstandard/__init__ as well */
    19 #define PYTHON_ZSTANDARD_VERSION "0.12.0"
    19 #define PYTHON_ZSTANDARD_VERSION "0.13.0"
    20 
    20 
    21 typedef enum {
    21 typedef enum {
    22 	compressorobj_flush_finish,
    22 	compressorobj_flush_finish,
    23 	compressorobj_flush_block,
    23 	compressorobj_flush_block,
    24 } CompressorObj_Flush;
    24 } CompressorObj_Flush;