Skip to content
Snippets Groups Projects
Commit eb93468a authored by Richard Cordovano's avatar Richard Cordovano
Browse files

Refresh auto-generated JNI header file

parent e643067e
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#undef org_sleuthkit_datamodel_SleuthkitJNI_MAX_DATABASES
#define org_sleuthkit_datamodel_SleuthkitJNI_MAX_DATABASES 256L
/* /*
* Class: org_sleuthkit_datamodel_SleuthkitJNI * Class: org_sleuthkit_datamodel_SleuthkitJNI
* Method: getVersionNat * Method: getVersionNat
...@@ -225,6 +223,11 @@ JNIEXPORT jlong JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_initAddImgNat ...@@ -225,6 +223,11 @@ JNIEXPORT jlong JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_initAddImgNat
JNIEXPORT void JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddImgNat JNIEXPORT void JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddImgNat
(JNIEnv *, jclass, jlong, jobjectArray, jint, jstring); (JNIEnv *, jclass, jlong, jobjectArray, jint, jstring);
/*
* Class: org_sleuthkit_datamodel_SleuthkitJNI
* Method: runAddDataSourceNat
* Signature: (JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddDataSourceNat JNIEXPORT void JNICALL Java_org_sleuthkit_datamodel_SleuthkitJNI_runAddDataSourceNat
(JNIEnv *, jclass, jlong, jstring, jstring, jstring); (JNIEnv *, jclass, jlong, jstring, jstring, jstring);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment