update to JPL snapshot v09141999, with minor tweaks (from Brian
[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
10/*
11 * Class: PerlInterpreter
12 * Method: init
13 * Signature: (Ljava/lang/String;)V
14 */
15JNIEXPORT void JNICALL Java_PerlInterpreter_init
16 (JNIEnv *, jobject, jstring);
17
18/*
19 * Class: PerlInterpreter
20 * Method: eval
21 * Signature: (Ljava/lang/String;)V
22 */
23JNIEXPORT void JNICALL Java_PerlInterpreter_eval
b83c0eaa 24 (JNIEnv *, jobject, jstring);
d50cb536 25
26#ifdef __cplusplus
27}
28#endif
29#endif