Fixes golang/go#18536 Change-Id: I82c5993547e4d1d0df14726ccc569e1f57128072 Reviewed-on: https://go-review.googlesource.com/101156 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
// JNI function headers for the Go <=> Java bridge.
|
|
// gobind -lang=java underscores
|
|
//
|
|
// File is generated by gobind. Do not edit.
|
|
|
|
#ifndef __Underscore_pkg_H__
|
|
#define __Underscore_pkg_H__
|
|
|
|
#include <jni.h>
|
|
|
|
extern jclass proxy_class_underscore_pkg_Underscore_struct;
|
|
extern jmethodID proxy_class_underscore_pkg_Underscore_struct_cons;
|
|
#endif
|