This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update to JPL snapshot v09141999, with minor tweaks (from Brian
[perl5.git] / jpl / PerlInterpreter / PerlInterpreter.h
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
8 extern "C" {
9 #endif
10 /*
11  * Class:     PerlInterpreter
12  * Method:    init
13  * Signature: (Ljava/lang/String;)V
14  */
15 JNIEXPORT void JNICALL Java_PerlInterpreter_init
16   (JNIEnv *, jobject, jstring);
17
18 /*
19  * Class:     PerlInterpreter
20  * Method:    eval
21  * Signature: (Ljava/lang/String;)V
22  */
23 JNIEXPORT void JNICALL Java_PerlInterpreter_eval
24   (JNIEnv *, jobject, jstring);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif