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.
53 lines
1.1 KiB
53 lines
1.1 KiB
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class prism_PrismUtils */
|
|
|
|
#ifndef _Included_prism_PrismUtils
|
|
#define _Included_prism_PrismUtils
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: prism_PrismUtils
|
|
* Method: PU_GetStdout
|
|
* Signature: ()I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_prism_PrismUtils_PU_1GetStdout
|
|
(JNIEnv *, jclass);
|
|
|
|
/*
|
|
* Class: prism_PrismUtils
|
|
* Method: PU_OpenFile
|
|
* Signature: (Ljava/lang/String;)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_prism_PrismUtils_PU_1OpenFile
|
|
(JNIEnv *, jclass, jstring);
|
|
|
|
/*
|
|
* Class: prism_PrismUtils
|
|
* Method: PU_PrintToFile
|
|
* Signature: (ILjava/lang/String;)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_prism_PrismUtils_PU_1PrintToFile
|
|
(JNIEnv *, jclass, jint, jstring);
|
|
|
|
/*
|
|
* Class: prism_PrismUtils
|
|
* Method: PU_FlushFile
|
|
* Signature: (I)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_prism_PrismUtils_PU_1FlushFile
|
|
(JNIEnv *, jclass, jint);
|
|
|
|
/*
|
|
* Class: prism_PrismUtils
|
|
* Method: PU_CloseFile
|
|
* Signature: (I)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_prism_PrismUtils_PU_1CloseFile
|
|
(JNIEnv *, jclass, jint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|