Add installation_proxy cpp bindings

This commit is contained in:
Jackson Coxson
2025-09-30 19:52:40 -06:00
parent c6d63d1f5d
commit 02f818a42a
3 changed files with 301 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ pub struct InstallationProxyClientHandle(pub InstallationProxyClient);
/// `provider` must be a valid pointer to a handle allocated by this library
/// `client` must be a valid, non-null pointer to a location where the handle will be stored
#[unsafe(no_mangle)]
pub unsafe extern "C" fn installation_proxy_connect_tcp(
pub unsafe extern "C" fn installation_proxy_connect(
provider: *mut IdeviceProviderHandle,
client: *mut *mut InstallationProxyClientHandle,
) -> *mut IdeviceFfiError {