#ifndef _MLP_JAVA_PRIV_H_ #define _MLP_JAVA_PRIV_H_ #include "jni.h" JNIEnv *mlp_java_get_env(JavaVM *jvm) ; int mlp_java_check_exception(JNIEnv *env) ; void mlp_java_set_error_from_exception(JNIEnv *env, mlp_context *ctx, mlp_error err, const char *fmt, ...) ; #endif