Prettify JNI stuff.
This commit is contained in:
6
native/src/main/c/jni_zlib_common.h
Normal file
6
native/src/main/c/jni_zlib_common.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <jni.h>
|
||||
#include <stdbool.h>
|
||||
#include <zlib.h>
|
||||
|
||||
void JNICALL
|
||||
check_zlib_free(JNIEnv *env, z_stream *stream, bool deflate);
|
Reference in New Issue
Block a user