Merge pull request #2 from TheBlueMatt/main
[ldk-java] / src / main / jni / org_ldk_impl_bindings_LDKMonitorEvent.h
diff --git a/src/main/jni/org_ldk_impl_bindings_LDKMonitorEvent.h b/src/main/jni/org_ldk_impl_bindings_LDKMonitorEvent.h
new file mode 100644 (file)
index 0000000..2b898a0
--- /dev/null
@@ -0,0 +1,21 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class org_ldk_impl_bindings_LDKMonitorEvent */
+
+#ifndef _Included_org_ldk_impl_bindings_LDKMonitorEvent
+#define _Included_org_ldk_impl_bindings_LDKMonitorEvent
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     org_ldk_impl_bindings_LDKMonitorEvent
+ * Method:    init
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL Java_org_ldk_impl_bindings_00024LDKMonitorEvent_init
+  (JNIEnv *, jclass);
+
+#ifdef __cplusplus
+}
+#endif
+#endif