From 49b779dcaf03e3598d2709b321e20ea029b25163 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Wed, 1 Oct 2014 23:04:51 +0100 Subject: Convert to gradle build system --- jni/Exec/com_google_ase_Exec.h | 45 ------------------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 jni/Exec/com_google_ase_Exec.h (limited to 'jni/Exec/com_google_ase_Exec.h') diff --git a/jni/Exec/com_google_ase_Exec.h b/jni/Exec/com_google_ase_Exec.h deleted file mode 100644 index a2a6052..0000000 --- a/jni/Exec/com_google_ase_Exec.h +++ /dev/null @@ -1,45 +0,0 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ -#include -/* Header for class com_google_ase_Exec */ - -#ifndef _Included_com_google_ase_Exec -#define _Included_com_google_ase_Exec -#ifdef __cplusplus -extern "C" { -#endif -/* - * Class: com_google_ase_Exec - * Method: createSubprocess - * Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I)Ljava/io/FileDescriptor; - */ -JNIEXPORT jobject JNICALL Java_com_google_ase_Exec_createSubprocess - (JNIEnv *, jclass, jstring, jstring, jstring, jintArray); - -/* - * Class: com_google_ase_Exec - * Method: setPtyWindowSize - * Signature: (Ljava/io/FileDescriptor;IIII)V - */ -JNIEXPORT void JNICALL Java_com_google_ase_Exec_setPtyWindowSize - (JNIEnv *, jclass, jobject, jint, jint, jint, jint); - -/* - * Class: com_google_ase_Exec - * Method: waitFor - * Signature: (I)I - */ -JNIEXPORT jint JNICALL Java_com_google_ase_Exec_waitFor - (JNIEnv *, jclass, jint); - -/* - * Class: com_google_ase_Exec - * Method: register - * Signature: ()I - */ -JNIEXPORT jint JNICALL Java_com_google_ase_Exec_register - (JNIEnv *, jclass); - -#ifdef __cplusplus -} -#endif -#endif -- cgit v1.2.3