Write request & response callbacks

This commit is contained in:
Mihai Pitu
2013-08-02 15:16:00 +03:00
committed by Felipe Zimmerle
parent 1637bcb774
commit b1755c5b84
11 changed files with 167 additions and 50 deletions

View File

@@ -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