Compare commits
1 commit
2f4124c0cd
...
bfef70f686
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bfef70f686 |
|
@ -225,6 +225,9 @@ typedef struct SPBitVec SPBitVec;
|
||||||
*/
|
*/
|
||||||
typedef struct TypedCommand TypedCommand;
|
typedef struct TypedCommand TypedCommand;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This is a type only used by cbindgen to have a type for pointers.
|
||||||
|
*/
|
||||||
typedef struct UdpSocket UdpSocket;
|
typedef struct UdpSocket UdpSocket;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -68,4 +68,5 @@ pub(crate) unsafe fn heap_remove<T>(x: NonNull<T>) -> T {
|
||||||
unsafe { *Box::from_raw(x.as_ptr()) }
|
unsafe { *Box::from_raw(x.as_ptr()) }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// This is a type only used by cbindgen to have a type for pointers.
|
||||||
pub struct UdpSocket;
|
pub struct UdpSocket;
|
Loading…
Reference in a new issue