diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibztypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibztypes.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wrapped/generated/wrappedlibztypes.h b/src/wrapped/generated/wrappedlibztypes.h index 24dee671..ce8747c3 100644 --- a/src/wrapped/generated/wrappedlibztypes.h +++ b/src/wrapped/generated/wrappedlibztypes.h @@ -1,5 +1,5 @@ /******************************************************************* - * File automatically generated by rebuild_wrappers.py (v2.0.1.14) * + * File automatically generated by rebuild_wrappers.py (v2.0.2.15) * *******************************************************************/ #ifndef __wrappedlibzTYPES_H_ #define __wrappedlibzTYPES_H_ @@ -14,15 +14,16 @@ typedef int64_t (*iFp_t)(void*); typedef int64_t (*iFppi_t)(void*, void*, int64_t); typedef int64_t (*iFpipi_t)(void*, int64_t, void*, int64_t); +typedef int64_t (*iFpippi_t)(void*, int64_t, void*, void*, int64_t); typedef int64_t (*iFpiiiiipi_t)(void*, int64_t, int64_t, int64_t, int64_t, int64_t, void*, int64_t); #define SUPER() ADDED_FUNCTIONS() \ GO(deflateEnd, iFp_t) \ GO(inflateEnd, iFp_t) \ - GO(inflateInit, iFp_t) \ GO(inflateInit_, iFppi_t) \ GO(deflateInit_, iFpipi_t) \ GO(inflateInit2_, iFpipi_t) \ + GO(inflateBackInit_, iFpippi_t) \ GO(deflateInit2_, iFpiiiiipi_t) #endif // __wrappedlibzTYPES_H_ |