Compare commits

..

1 commit

Author SHA1 Message Date
Vinzenz Schroeter 2f4124c0cd fix many configurations
Some checks failed
Rust / build (pull_request) Failing after 1m24s
2025-05-03 19:15:20 +02:00
2 changed files with 0 additions and 4 deletions

View file

@ -225,9 +225,6 @@ typedef struct SPBitVec SPBitVec;
*/
typedef struct TypedCommand TypedCommand;
/**
* This is a type only used by cbindgen to have a type for pointers.
*/
typedef struct UdpSocket UdpSocket;
/**

View file

@ -68,5 +68,4 @@ pub(crate) unsafe fn heap_remove<T>(x: NonNull<T>) -> T {
unsafe { *Box::from_raw(x.as_ptr()) }
}
/// This is a type only used by cbindgen to have a type for pointers.
pub struct UdpSocket;