24 lines
634 B
Text
24 lines
634 B
Text
|
// Code generated by gobind. DO NOT EDIT.
|
||
|
|
||
|
// JNI function headers for the Go <=> Java bridge.
|
||
|
//
|
||
|
// autogenerated by gobind -lang=java issue12403
|
||
|
|
||
|
#ifndef __Issue12403_H__
|
||
|
#define __Issue12403_H__
|
||
|
|
||
|
#include <jni.h>
|
||
|
|
||
|
extern jclass proxy_class_issue12403_Parsable;
|
||
|
extern jmethodID proxy_class_issue12403_Parsable_cons;
|
||
|
|
||
|
nstring cproxyissue12403_Parsable_FromJSON(int32_t refnum, nstring jstr);
|
||
|
|
||
|
typedef struct cproxyissue12403_Parsable_ToJSON_return {
|
||
|
nstring r0;
|
||
|
int32_t r1;
|
||
|
} cproxyissue12403_Parsable_ToJSON_return;
|
||
|
struct cproxyissue12403_Parsable_ToJSON_return cproxyissue12403_Parsable_ToJSON(int32_t refnum);
|
||
|
|
||
|
#endif
|