mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-18 10:20:35 +03:00
Java solution
This commit is contained in:
committed by
Felipe Zimmerle
parent
065437e1d1
commit
c18fe9ea8a
29
java/org_modsecurity_ModSecurity.h
Normal file
29
java/org_modsecurity_ModSecurity.h
Normal file
@@ -0,0 +1,29 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class org_modsecurity_ModSecurity */
|
||||
|
||||
#ifndef _Included_org_modsecurity_ModSecurity
|
||||
#define _Included_org_modsecurity_ModSecurity
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: org_modsecurity_ModSecurity
|
||||
* Method: initialize
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_org_modsecurity_ModSecurity_initialize
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
/*
|
||||
* Class: org_modsecurity_ModSecurity
|
||||
* Method: destroy
|
||||
* Signature: ()I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_org_modsecurity_ModSecurity_destroy
|
||||
(JNIEnv *, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user