4927a5f6fb35c2cd257444ddf2829c0e9b69b2d1
[p5sagit/p5-mst-13.2.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   (void *perl, JNIEnv *, jobject, jstring);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif