16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
|
// JNI function headers for the Go <=> Java bridge.
|
||
|
// gobind -lang=java issue10788
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __Issue10788_H__
|
||
|
#define __Issue10788_H__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
void cproxyissue10788_TestInterface_DoSomeWork(int32_t refnum, int32_t s);
|
||
|
|
||
|
void cproxyissue10788_TestInterface_MultipleUnnamedParams(int32_t refnum, nint p0, nstring p1, int64_t p2);
|
||
|
|
||
|
#endif
|