diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android.h b/src/android.h index cecdfab002f..a052d3a3b21 100644 --- a/src/android.h +++ b/src/android.h | |||
| @@ -105,6 +105,7 @@ extern bool android_detect_mouse (void); | |||
| 105 | extern void android_set_dont_focus_on_map (android_window, bool); | 105 | extern void android_set_dont_focus_on_map (android_window, bool); |
| 106 | extern void android_set_dont_accept_focus (android_window, bool); | 106 | extern void android_set_dont_accept_focus (android_window, bool); |
| 107 | 107 | ||
| 108 | extern int android_verify_jni_string (const char *); | ||
| 108 | extern jstring android_build_string (Lisp_Object); | 109 | extern jstring android_build_string (Lisp_Object); |
| 109 | extern jstring android_build_jstring (const char *); | 110 | extern jstring android_build_jstring (const char *); |
| 110 | extern void android_exception_check (void); | 111 | extern void android_exception_check (void); |