mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 14:57:27 +00:00
Update Alnilam and DevKit
This commit is contained in:
parent
2f07cf5c4c
commit
2340c84147
6 changed files with 6 additions and 14 deletions
|
|
@ -23,7 +23,7 @@ use std::ffi::{CStr, CString};
|
|||
// This is the class that owns our static method. It's not going to be used,
|
||||
// but still must be present to match the expected signature of a static
|
||||
// native method.
|
||||
pub extern "system" fn Java_com_tribufu_sdk_TribuFu_Hello(
|
||||
pub extern "system" fn Java_com_tribufu_sdk_TribuFu_getVersion(
|
||||
env: JNIEnv,
|
||||
_: JClass,
|
||||
j_input: JString,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue