cdt/cdt_5_0_x/org.eclipse.cdt.core.macosx/library/PTY.h
author Deepak Modgil <Deepak.Modgil@Nokia.com>
Fri, 03 Apr 2009 17:12:41 +0100
changeset 0 0e6d23e2b466
permissions -rw-r--r--
DP tools release version Revision: 200912

/* 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