view 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 source

/* 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