You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
560 B
21 lines
560 B
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_pEp_jniadapter_AndroidHelper */
|
|
|
|
#ifndef _Included_org_pEp_jniadapter_AndroidHelper
|
|
#define _Included_org_pEp_jniadapter_AndroidHelper
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_pEp_jniadapter_AndroidHelper
|
|
* Method: setenv
|
|
* Signature: (Ljava/lang/String;Ljava/lang/String;Z)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_foundation_pEp_jniadapter_AndroidHelper_setenv
|
|
(JNIEnv *, jclass, jstring, jstring, jboolean);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|
|
|