mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Add installation_proxy cpp bindings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user