Allow JNI to access search snippets

This commit is contained in:
mhutti1 2017-12-15 16:02:49 +00:00
parent 3c614ae47f
commit 97bcf57d53
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ public class JNIKiwixSearcher
public native String getUrl();
public native String getTitle();
public native String getContent();
public native String getSnippet();
public native void dispose();
}