diff java/jdc/org_dyncall_DC.h @ 0:0cfcc391201f

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:26:28 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/java/jdc/org_dyncall_DC.h	Thu Mar 19 22:26:28 2015 +0100
@@ -0,0 +1,21 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class org_dyncall_DC */
+
+#ifndef _Included_org_dyncall_DC
+#define _Included_org_dyncall_DC
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class:     org_dyncall_DC
+ * Method:    newCallVM
+ * Signature: (II)Lorg/dyncall/callvm;
+ */
+JNIEXPORT jobject JNICALL Java_org_dyncall_DC_newCallVM
+  (JNIEnv *, jclass, jint, jint);
+
+#ifdef __cplusplus
+}
+#endif
+#endif