deletet because wrongly uploaded
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / bin / net / sourceforge / phpdt / internal / debug / core / net_sourceforge_phpdt_internal_debug_core_Environment.h
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class net_sourceforge_phpdt_internal_debug_core_Environment */
4
5 #ifndef _Included_net_sourceforge_phpdt_internal_debug_core_Environment
6 #define _Included_net_sourceforge_phpdt_internal_debug_core_Environment
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     net_sourceforge_phpdt_internal_debug_core_Environment
12  * Method:    getenv
13  * Signature: (Ljava/lang/String;)Ljava/lang/String;
14  */
15 JNIEXPORT jstring JNICALL Java_net_sourceforge_phpdt_internal_debug_core_Environment_getenv
16   (JNIEnv *, jclass, jstring);
17
18 /*
19  * Class:     net_sourceforge_phpdt_internal_debug_core_Environment
20  * Method:    setenv
21  * Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
22  */
23 JNIEXPORT jstring JNICALL Java_net_sourceforge_phpdt_internal_debug_core_Environment_setenv
24   (JNIEnv *, jclass, jstring, jstring);
25
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif