aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/android.h')
-rw-r--r--src/android.h10
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
109extern Lisp_Object android_browse_url (Lisp_Object); 109extern Lisp_Object android_browse_url (Lisp_Object);
110 110
111
112
113/* Event loop functions. */
114
115extern void android_check_query (void);
116extern int android_run_in_emacs_thread (void (*) (void *), void *);
117extern void android_write_event (union android_event *);
118
119extern 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