diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/android.h b/src/android.h index 9006f5f34c5..ec4fa33dfc3 100644 --- a/src/android.h +++ b/src/android.h | |||
| @@ -108,6 +108,16 @@ extern void android_closedir (struct android_dir *); | |||
| 108 | 108 | ||
| 109 | extern Lisp_Object android_browse_url (Lisp_Object); | 109 | extern Lisp_Object android_browse_url (Lisp_Object); |
| 110 | 110 | ||
| 111 | |||
| 112 | |||
| 113 | /* Event loop functions. */ | ||
| 114 | |||
| 115 | extern void android_check_query (void); | ||
| 116 | extern int android_run_in_emacs_thread (void (*) (void *), void *); | ||
| 117 | extern void android_write_event (union android_event *); | ||
| 118 | |||
| 119 | extern unsigned int event_serial; | ||
| 120 | |||
| 111 | #endif | 121 | #endif |
| 112 | 122 | ||
| 113 | /* JNI functions should not be built when Emacs is stubbed out for the | 123 | /* JNI functions should not be built when Emacs is stubbed out for the |