about summary refs log tree commit diff stats
path: root/src/wrapped32/generated/wrappedlibresolvtypes32.h
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2024-12-24 01:43:47 +0800
committerGitHub <noreply@github.com>2024-12-23 18:43:47 +0100
commit13ee4acd59ddf1cf35666ee06c8ecff44b7bfb1a (patch)
tree0aa340380d019919db76399a17b640595818cc08 /src/wrapped32/generated/wrappedlibresolvtypes32.h
parent1360e7112c8a027dd7e1a6cdd7942d1038aa54f2 (diff)
downloadbox64-13ee4acd59ddf1cf35666ee06c8ecff44b7bfb1a.tar.gz
box64-13ee4acd59ddf1cf35666ee06c8ecff44b7bfb1a.zip
[WRAPPED][BOX32] Redirected a few old symbols (#2194)
* [WRAPPED] Redirected a few old symbols

* More
Diffstat (limited to 'src/wrapped32/generated/wrappedlibresolvtypes32.h')
-rw-r--r--src/wrapped32/generated/wrappedlibresolvtypes32.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wrapped32/generated/wrappedlibresolvtypes32.h b/src/wrapped32/generated/wrappedlibresolvtypes32.h
index 0668da67..3501297d 100644
--- a/src/wrapped32/generated/wrappedlibresolvtypes32.h
+++ b/src/wrapped32/generated/wrappedlibresolvtypes32.h
@@ -15,6 +15,8 @@ typedef int32_t (*iFpip_t)(void*, int32_t, void*);
 typedef int32_t (*iFpuip_t)(void*, uint32_t, int32_t, void*);
 typedef int32_t (*iEpiipi_t)(void*, int32_t, int32_t, void*, int32_t);
 typedef int32_t (*iFpiipi_t)(void*, int32_t, int32_t, void*, int32_t);
+typedef int32_t (*iFppppi_t)(void*, void*, void*, void*, int32_t);
+typedef int32_t (*iFppiipi_t)(void*, void*, int32_t, int32_t, void*, int32_t);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(ns_initparse, iFpip_t) \
@@ -22,6 +24,8 @@ typedef int32_t (*iFpiipi_t)(void*, int32_t, int32_t, void*, int32_t);
 	GO(__res_query, iEpiipi_t) \
 	GO(res_query, iEpiipi_t) \
 	GO(res_search, iEpiipi_t) \
-	GO(__res_search, iFpiipi_t)
+	GO(__res_search, iFpiipi_t) \
+	GO(__dn_expand, iFppppi_t) \
+	GO(__res_nquery, iFppiipi_t)
 
 #endif // __wrappedlibresolvTYPES32_H_