1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
11 #define NS_EXPORT __attribute__ ((visibility("default")))
21 NS_EXPORT
const struct mapping_info
* getLibraryMapping();
22 NS_EXPORT
void abortThroughJava(const char* msg
);
24 static const int SUCCESS
= 0;
25 static const int FAILURE
= 1;
26 void JNI_Throw(JNIEnv
* jenv
, const char* classname
, const char* msg
);
28 #endif /* APKOpen_h */