source: vendor/perl/5.8.8/jpl/PerlInterpreter/PerlInterpreter.h@ 3181

Last change on this file since 3181 was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 636 bytes
Line 
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/* Inaccessible static: initted */
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
25 (JNIEnv *, jobject, jstring);
26
27#ifdef __cplusplus
28}
29#endif
30#endif
Note: See TracBrowser for help on using the repository browser.