view java/jdc/org_dyncall_DC.h @ 2:a27ef6fdc275

- assume dyncall dir is next to maintainers'
author cslag
date Thu, 31 Dec 2015 20:20:18 +0100
parents 0cfcc391201f
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