about summary refs log tree commit diff stats
path: root/src/wrapped32/generated
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped32/generated')
-rw-r--r--src/wrapped32/generated/functions_list.txt2
-rw-r--r--src/wrapped32/generated/wrappedmounttypes32.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/wrapped32/generated/functions_list.txt b/src/wrapped32/generated/functions_list.txt
index 13fdb3a9..42bab578 100644
--- a/src/wrapped32/generated/functions_list.txt
+++ b/src/wrapped32/generated/functions_list.txt
@@ -3280,6 +3280,8 @@ wrappedlibxxf86vm:
 wrappedmount:
 - pFi:
   - mnt_get_builtin_optmap
+- iFpip:
+  - mnt_table_uniq_fs
 - iFpbL_p:
   - mnt_optstr_get_flags
 wrappednsl:
diff --git a/src/wrapped32/generated/wrappedmounttypes32.h b/src/wrapped32/generated/wrappedmounttypes32.h
index e0bc9af8..3e6a47a0 100644
--- a/src/wrapped32/generated/wrappedmounttypes32.h
+++ b/src/wrapped32/generated/wrappedmounttypes32.h
@@ -12,10 +12,12 @@
 #endif
 
 typedef void* (*pFi_t)(int32_t);
+typedef int32_t (*iFpip_t)(void*, int32_t, void*);
 typedef int32_t (*iFpbL_p_t)(void*, struct_L_t*, void*);
 
 #define SUPER() ADDED_FUNCTIONS() \
 	GO(mnt_get_builtin_optmap, pFi_t) \
+	GO(mnt_table_uniq_fs, iFpip_t) \
 	GO(mnt_optstr_get_flags, iFpbL_p_t)
 
 #endif // __wrappedmountTYPES32_H_