mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Add legacy argument to cpp start_session
This commit is contained in:
@@ -42,7 +42,7 @@ class Idevice {
|
||||
// Methods
|
||||
Result<std::string, FfiError> get_type() const;
|
||||
Result<void, FfiError> rsd_checkin();
|
||||
Result<void, FfiError> start_session(const PairingFile& pairing_file);
|
||||
Result<void, FfiError> start_session(const PairingFile& pairing_file, bool legacy);
|
||||
|
||||
// Ownership/RAII
|
||||
~Idevice() noexcept = default;
|
||||
|
||||
Reference in New Issue
Block a user