diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android.h b/src/android.h index d4605c11ad0..28d9d25930e 100644 --- a/src/android.h +++ b/src/android.h | |||
| @@ -108,7 +108,7 @@ extern void android_set_dont_focus_on_map (android_window, bool); | |||
| 108 | extern void android_set_dont_accept_focus (android_window, bool); | 108 | extern void android_set_dont_accept_focus (android_window, bool); |
| 109 | 109 | ||
| 110 | extern int android_verify_jni_string (const char *); | 110 | extern int android_verify_jni_string (const char *); |
| 111 | extern jstring android_build_string (Lisp_Object); | 111 | extern jstring android_build_string (Lisp_Object, ...); |
| 112 | extern jstring android_build_jstring (const char *); | 112 | extern jstring android_build_jstring (const char *); |
| 113 | extern void android_exception_check (void); | 113 | extern void android_exception_check (void); |
| 114 | extern void android_exception_check_1 (jobject); | 114 | extern void android_exception_check_1 (jobject); |