blob: ef72a7ce9f10ce3673224d52711f76f89696b8fc [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 {
Ken Wakasaad0c6d72013-06-04 19:16:47 +090023int registerNativeMethods(JNIEnv *env, const char *const className, const JNINativeMethod *methods,
24 const 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