24 lines
520 B
Plaintext
24 lines
520 B
Plaintext
|
// JNI function headers for the Go <=> Java bridge.
|
||
|
// gobind -lang=java interfaces
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __Interfaces_H__
|
||
|
#define __Interfaces_H__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
nstring cproxyinterfaces_Error_Err(int32_t refnum);
|
||
|
|
||
|
int32_t cproxyinterfaces_I_Rand(int32_t refnum);
|
||
|
|
||
|
void cproxyinterfaces_I1_J(int32_t refnum);
|
||
|
|
||
|
void cproxyinterfaces_I2_G(int32_t refnum);
|
||
|
|
||
|
int32_t cproxyinterfaces_I3_F(int32_t refnum);
|
||
|
|
||
|
void cproxyinterfaces_WithParam_HasParam(int32_t refnum, char p0);
|
||
|
|
||
|
#endif
|