mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 11:06:40 +03:00
Write request & response callbacks
This commit is contained in:
committed by
Felipe Zimmerle
parent
1637bcb774
commit
b1755c5b84
@@ -16,10 +16,10 @@ extern "C" {
|
||||
/*
|
||||
* Class: org_modsecurity_ModSecurity
|
||||
* Method: initialize
|
||||
* Signature: ()I
|
||||
* Signature: (Ljava/lang/String;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_org_modsecurity_ModSecurity_initialize
|
||||
(JNIEnv *, jobject);
|
||||
(JNIEnv *, jobject, jstring);
|
||||
|
||||
/*
|
||||
* Class: org_modsecurity_ModSecurity
|
||||
|
||||
Reference in New Issue
Block a user