diff options
Diffstat (limited to 'src/wrapped32/generated/wrappedlibctypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedlibctypes32.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wrapped32/generated/wrappedlibctypes32.h b/src/wrapped32/generated/wrappedlibctypes32.h index 635d4441..f7940d3f 100644 --- a/src/wrapped32/generated/wrappedlibctypes32.h +++ b/src/wrapped32/generated/wrappedlibctypes32.h @@ -126,12 +126,14 @@ typedef int32_t (*iEiiipp_t)(int32_t, int32_t, int32_t, void*, void*); typedef int32_t (*iEiippi_t)(int32_t, int32_t, void*, void*, int32_t); typedef int32_t (*iEiLLLL_t)(int32_t, uintptr_t, uintptr_t, uintptr_t, uintptr_t); typedef int32_t (*iEipiup_t)(int32_t, void*, int32_t, uint32_t, void*); +typedef int32_t (*iEippup_t)(int32_t, void*, void*, uint32_t, void*); typedef int32_t (*iEipppp_t)(int32_t, void*, void*, void*, void*); typedef int32_t (*iEuppLp_t)(uint32_t, void*, void*, uintptr_t, void*); typedef int32_t (*iEpiipV_t)(void*, int32_t, int32_t, void*, ...); typedef int32_t (*iEpiLpp_t)(void*, int32_t, uintptr_t, void*, void*); typedef int32_t (*iEpipOi_t)(void*, int32_t, void*, int32_t, int32_t); typedef int32_t (*iEppupi_t)(void*, void*, uint32_t, void*, int32_t); +typedef int32_t (*iEpppup_t)(void*, void*, void*, uint32_t, void*); typedef int32_t (*iEpppLp_t)(void*, void*, void*, uintptr_t, void*); typedef void* (*pEpLLiN_t)(void*, uintptr_t, uintptr_t, int32_t, ...); typedef void* (*pEppLLp_t)(void*, void*, uintptr_t, uintptr_t, void*); @@ -145,6 +147,7 @@ typedef int32_t (*iEpppppp_t)(void*, void*, void*, void*, void*, void*); typedef intptr_t (*lEipLpLL_t)(int32_t, void*, uintptr_t, void*, uintptr_t, uintptr_t); typedef void* (*pEpLiiiI_t)(void*, uintptr_t, int32_t, int32_t, int32_t, int64_t); typedef void* (*pEpLiiil_t)(void*, uintptr_t, int32_t, int32_t, int32_t, intptr_t); +typedef int32_t (*iFpippupp_t)(void*, int32_t, void*, void*, uint32_t, void*, void*); typedef int32_t (*iEpippppp_t)(void*, int32_t, void*, void*, void*, void*, void*); typedef int32_t (*iEpLiLppp_t)(void*, uintptr_t, int32_t, uintptr_t, void*, void*, void*); typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t, void*, void*); @@ -265,17 +268,20 @@ typedef int32_t (*iFpuippupp_t)(void*, uint32_t, int32_t, void*, void*, uint32_t GO(__prctl_time64, iEiLLLL_t) \ GO(prctl, iEiLLLL_t) \ GO(statx, iEipiup_t) \ + GO(getprotobynumber_r, iEippup_t) \ GO(__select64, iEipppp_t) \ GO(getopt_long, iEipppp_t) \ GO(getgrgid_r, iEuppLp_t) \ GO(getpwuid_r, iEuppLp_t) \ GO(regexec, iEppupi_t) \ + GO(getprotobyname_r, iEpppup_t) \ GO(getgrnam_r, iEpppLp_t) \ GO(getpwnam_r, iEpppLp_t) \ GO(recvmmsg, iEipuurLL__t) \ GO(gethostbyname_r, iFpppupp_t) \ GO(process_vm_readv, lEipLpLL_t) \ GO(process_vm_writev, lEipLpLL_t) \ + GO(gethostbyname2_r, iFpippupp_t) \ GO(gethostbyaddr_r, iFpuippupp_t) #endif // __wrappedlibcTYPES32_H_ |