Compare commits
3 Commits
45124db739
...
332fb01253
Author | SHA1 | Date | |
---|---|---|---|
332fb01253 | |||
bf5e7f201f | |||
3e1dc326f4 |
@ -117,6 +117,8 @@ impl SSV {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
/// # Get the configuration of the SSV library
|
||||
/// Implement: SSV_LireConfig
|
||||
pub fn get_config(&self) -> Result<(), Error> {
|
||||
let mut buffer_ptr: *mut libc::c_void = ptr::null_mut();
|
||||
let mut size: libc::size_t = 0;
|
||||
@ -203,9 +205,4 @@ mod tests {
|
||||
lib.get_config()?;
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_ssv() {
|
||||
assert_eq!("ssv", "ssv");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user