diff options
Diffstat (limited to 'src/wrapped/generated/wrappedbz2types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedbz2types.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/generated/wrappedbz2types.h b/src/wrapped/generated/wrappedbz2types.h index 88894ca0..a9b1124b 100644 --- a/src/wrapped/generated/wrappedbz2types.h +++ b/src/wrapped/generated/wrappedbz2types.h @@ -11,10 +11,10 @@ #define ADDED_FUNCTIONS() #endif -typedef int64_t (*iFp_t)(void*); -typedef int64_t (*iFpi_t)(void*, int64_t); -typedef int64_t (*iFpii_t)(void*, int64_t, int64_t); -typedef int64_t (*iFpiii_t)(void*, int64_t, int64_t, int64_t); +typedef int32_t (*iFp_t)(void*); +typedef int32_t (*iFpi_t)(void*, int32_t); +typedef int32_t (*iFpii_t)(void*, int32_t, int32_t); +typedef int32_t (*iFpiii_t)(void*, int32_t, int32_t, int32_t); #define SUPER() ADDED_FUNCTIONS() \ GO(BZ2_bzCompressEnd, iFp_t) \ |