diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-10-08 14:22:07 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-10-08 14:22:07 +0200 |
| commit | c0ec7eb2bfdd87ac17bb502e504e036602e1f86d (patch) | |
| tree | d1bdda1d1158340eb7c8c0e8f837dd0a58ae9609 /src/wrapped32/generated/wrappedmounttypes32.h | |
| parent | c33e39bd25268edc807f531f3b135ec074457d60 (diff) | |
| download | box64-c0ec7eb2bfdd87ac17bb502e504e036602e1f86d.tar.gz box64-c0ec7eb2bfdd87ac17bb502e504e036602e1f86d.zip | |
[BOX32][WRAPPER] Added 1 more 32bits wrapped function to libmount
Diffstat (limited to 'src/wrapped32/generated/wrappedmounttypes32.h')
| -rw-r--r-- | src/wrapped32/generated/wrappedmounttypes32.h | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |