mirror of https://github.com/acidanthera/audk.git
23 lines
607 B
C
23 lines
607 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#include <jni.h>
|
|
/* Header for class org_tianocore_frameworktasks_Compress */
|
|
|
|
#ifndef _Included_org_tianocore_framework_tasks_Compress
|
|
#define _Included_org_tianocore_framework_tasks_Compress
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_tianocore_frameworktasks_Compress
|
|
* Method: CallCompress
|
|
* Signature: ([BILjava/lang/String;)[B
|
|
*/
|
|
JNIEXPORT jbyteArray JNICALL Java_org_tianocore_framework_tasks_Compress_CallCompress
|
|
(JNIEnv *, jobject, jbyteArray, jint, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|