blob: f960b05a6c4f7311ba9d84266c03f354a7ba245f [file] [log] [blame]
Ken Wakasace9e52a2011-06-18 13:09:55 +09001/*
Ken Wakasaa10b1a82013-01-08 17:23:43 +09002 * Copyright (C) 2011 The Android Open Source Project
Ken Wakasa0bbb9172012-07-25 17:51:43 +09003 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
Ken Wakasace9e52a2011-06-18 13:09:55 +090016
17#ifndef LATINIME_JNI_COMMON_H
18#define LATINIME_JNI_COMMON_H
19
20#include "jni.h"
21
22namespace latinime {
Yusuke Nojimade2f8422011-09-27 11:15:18 +090023int registerNativeMethods(JNIEnv *env, const char *className, JNINativeMethod *methods,
Ken Wakasace9e52a2011-06-18 13:09:55 +090024 int numMethods);
Ken Wakasace9e52a2011-06-18 13:09:55 +090025} // namespace latinime
Ken Wakasace9e52a2011-06-18 13:09:55 +090026#endif // LATINIME_JNI_COMMON_H