diff options
Diffstat (limited to 'src/wrapped/generated/wrappedlibncurses6types.h')
| -rw-r--r-- | src/wrapped/generated/wrappedlibncurses6types.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/generated/wrappedlibncurses6types.h b/src/wrapped/generated/wrappedlibncurses6types.h index 731a2abe..ceef9c59 100644 --- a/src/wrapped/generated/wrappedlibncurses6types.h +++ b/src/wrapped/generated/wrappedlibncurses6types.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) \ |