mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
.
This commit is contained in:
parent
f7934972ea
commit
f8bf91426b
1 changed files with 122 additions and 125 deletions
|
@ -1,5 +1,3 @@
|
|||
mod ext {
|
||||
|
||||
use std::ffi::{CStr, CString};
|
||||
use std::os::raw::c_char;
|
||||
|
||||
|
@ -129,4 +127,3 @@ mod ext {
|
|||
let s = CString::new(ai.url.to_string()).unwrap();
|
||||
return s.as_ptr();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue