cdt/cdt_5_0_x/org.eclipse.cdt.core.macosx/library/PTY.h
author Steve Sobek <steve.sobek@nokia.com>
Mon, 01 Jun 2009 15:58:03 -0500
changeset 13 beea6aba40fd
parent 0 0e6d23e2b466
permissions -rw-r--r--
Added org.eclipse.platform-feature

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_eclipse_cdt_utils_pty_PTY */

#ifndef _Included_org_eclipse_cdt_utils_pty_PTY
#define _Included_org_eclipse_cdt_utils_pty_PTY
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: hasPTY */
/*
 * Class:     org_eclipse_cdt_utils_pty_PTY
 * Method:    openMaster
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_eclipse_cdt_utils_pty_PTY_openMaster
  (JNIEnv *, jobject);

#ifdef __cplusplus
}
#endif
#endif