fix
This commit is contained in:
parent
cb9c346533
commit
800d58ea89
1 changed files with 2 additions and 2 deletions
|
|
@ -26,14 +26,14 @@
|
|||
// Original work is licensed under the terms specified in the respective file header.
|
||||
|
||||
|
||||
use std::ffi::{c_char, c_double, c_uchar, CStr};
|
||||
use std::ffi::{c_char, c_double, CStr};
|
||||
|
||||
use crate::Onod;
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn onod_run(
|
||||
test: *const c_char,
|
||||
samples: *const c_uchar,
|
||||
samples: *const u8,
|
||||
len: usize,
|
||||
result: *mut c_double,
|
||||
) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue