cdt/cdt_5_0_x/org.eclipse.cdt.core.macosx/library/PTY.h
changeset 0 0e6d23e2b466
equal deleted inserted replaced
-1:000000000000 0:0e6d23e2b466
       
     1 /* DO NOT EDIT THIS FILE - it is machine generated */
       
     2 #include <jni.h>
       
     3 /* Header for class org_eclipse_cdt_utils_pty_PTY */
       
     4 
       
     5 #ifndef _Included_org_eclipse_cdt_utils_pty_PTY
       
     6 #define _Included_org_eclipse_cdt_utils_pty_PTY
       
     7 #ifdef __cplusplus
       
     8 extern "C" {
       
     9 #endif
       
    10 /* Inaccessible static: hasPTY */
       
    11 /*
       
    12  * Class:     org_eclipse_cdt_utils_pty_PTY
       
    13  * Method:    openMaster
       
    14  * Signature: ()Ljava/lang/String;
       
    15  */
       
    16 JNIEXPORT jstring JNICALL Java_org_eclipse_cdt_utils_pty_PTY_openMaster
       
    17   (JNIEnv *, jobject);
       
    18 
       
    19 #ifdef __cplusplus
       
    20 }
       
    21 #endif
       
    22 #endif