~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to results/plugins/org.eclipse.cdt.core.aix/library/PTY.h

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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