Mac OS X: tweak once again the installation directories.
[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 /* Inaccessible static: initted */
11 /*
12  * Class:     PerlInterpreter
13  * Method:    init
14  * Signature: (Ljava/lang/String;)V
15  */
16 JNIEXPORT void JNICALL Java_PerlInterpreter_init
17   (JNIEnv *, jobject, jstring);
18
19 /*
20  * Class:     PerlInterpreter
21  * Method:    eval
22  * Signature: (Ljava/lang/String;)V
23  */
24 JNIEXPORT void JNICALL Java_PerlInterpreter_eval
25   (JNIEnv *, jobject, jstring);
26
27 #ifdef __cplusplus
28 }
29 #endif
30 #endif