diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-05-30 20:34:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 14:34:08 +0200 |
| commit | 19ca78769f4730f751d2baca34cc4358ef68553b (patch) | |
| tree | b288b546a0fefba8f55373044ea6302605326bd6 /src/wrapped/generated/wrapper.h | |
| parent | 3e5784cbc560d21539b1ad1b157206102f25b25c (diff) | |
| download | box64-19ca78769f4730f751d2baca34cc4358ef68553b.tar.gz box64-19ca78769f4730f751d2baca34cc4358ef68553b.zip | |
Wrapped libssh2 (#1538)
* Wrapped libssh2 * Add more libssh2 wrapped functions
Diffstat (limited to 'src/wrapped/generated/wrapper.h')
| -rw-r--r-- | src/wrapped/generated/wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrapped/generated/wrapper.h b/src/wrapped/generated/wrapper.h index 45e8a03e..d9ef2a1b 100644 --- a/src/wrapped/generated/wrapper.h +++ b/src/wrapped/generated/wrapper.h @@ -1645,6 +1645,7 @@ void iFppuip(x64emu_t *emu, uintptr_t fnc); void iFppuuu(x64emu_t *emu, uintptr_t fnc); void iFppuup(x64emu_t *emu, uintptr_t fnc); void iFppupi(x64emu_t *emu, uintptr_t fnc); +void iFppupu(x64emu_t *emu, uintptr_t fnc); void iFppupp(x64emu_t *emu, uintptr_t fnc); void iFppUup(x64emu_t *emu, uintptr_t fnc); void iFpplii(x64emu_t *emu, uintptr_t fnc); |