20 lines
516 B
Plaintext
20 lines
516 B
Plaintext
|
// JNI function headers for the Go <=> Java bridge.
|
||
|
// gobind -lang=java issue12403
|
||
|
//
|
||
|
// File is generated by gobind. Do not edit.
|
||
|
|
||
|
#ifndef __Issue12403_H__
|
||
|
#define __Issue12403_H__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
nstring cproxyissue12403_Parsable_FromJSON(int32_t refnum, nstring jstr);
|
||
|
|
||
|
typedef struct cproxyissue12403_Parsable_ToJSON_return {
|
||
|
nstring r0;
|
||
|
nstring r1;
|
||
|
} cproxyissue12403_Parsable_ToJSON_return;
|
||
|
struct cproxyissue12403_Parsable_ToJSON_return cproxyissue12403_Parsable_ToJSON(int32_t refnum);
|
||
|
|
||
|
#endif
|