mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Append plist.h to idevice header
This commit is contained in:
@@ -73,6 +73,10 @@ pub struct ReadWriteOpaque {
|
||||
pub struct IdeviceHandle(pub Idevice);
|
||||
pub struct IdeviceSocketHandle(IdeviceSocket);
|
||||
|
||||
/// Stub to avoid header problems
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type plist_t = *mut std::ffi::c_void;
|
||||
|
||||
// https://github.com/mozilla/cbindgen/issues/539
|
||||
#[allow(non_camel_case_types, unused)]
|
||||
struct sockaddr;
|
||||
|
||||
Reference in New Issue
Block a user