diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibncurseswtypes.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibncurseswtypes.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/generated/wrappedlibncurseswtypes.h b/src/wrapped/generated/wrappedlibncurseswtypes.h index 1e9da3b1..3eaa380a 100644 --- a/src/wrapped/generated/wrappedlibncurseswtypes.h +++ b/src/wrapped/generated/wrappedlibncurseswtypes.h @@ -12,11 +12,11 @@ #endif typedef void* (*pFv_t)(void); -typedef int64_t (*iFpV_t)(void*, ...); -typedef int64_t (*iFppV_t)(void*, void*, ...); -typedef int64_t (*iFppA_t)(void*, void*, va_list); -typedef int64_t (*iFiipV_t)(int64_t, int64_t, void*, ...); -typedef int64_t (*iFpiipV_t)(void*, int64_t, int64_t, void*, ...); +typedef int32_t (*iFpV_t)(void*, ...); +typedef int32_t (*iFppV_t)(void*, void*, ...); +typedef int32_t (*iFppA_t)(void*, void*, va_list); +typedef int32_t (*iFiipV_t)(int32_t, int32_t, void*, ...); +typedef int32_t (*iFpiipV_t)(void*, int32_t, int32_t, void*, ...); #define SUPER() ADDED_FUNCTIONS() \ GO(initscr, pFv_t) \ |