The test requires perlio.
[p5sagit/p5-mst-13.2.git] / jpl / PerlInterpreter / PerlInterpreter.h
CommitLineData
d50cb536 1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class PerlInterpreter */
4
5#ifndef _Included_PerlInterpreter
6#define _Included_PerlInterpreter
7#ifdef __cplusplus
8extern "C" {
9#endif
35ef589f 10/* Inaccessible static: initted */
d50cb536 11/*
12 * Class: PerlInterpreter
13 * Method: init
14 * Signature: (Ljava/lang/String;)V
15 */
16JNIEXPORT void JNICALL Java_PerlInterpreter_init
17 (JNIEnv *, jobject, jstring);
18
19/*
20 * Class: PerlInterpreter
21 * Method: eval
22 * Signature: (Ljava/lang/String;)V
23 */
24JNIEXPORT void JNICALL Java_PerlInterpreter_eval
b83c0eaa 25 (JNIEnv *, jobject, jstring);
d50cb536 26
27#ifdef __cplusplus
28}
29#endif
30#endif