aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/android.h')
-rw-r--r--src/android.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/android.h b/src/android.h
index ce0ccfc4338..6c20995e4a1 100644
--- a/src/android.h
+++ b/src/android.h
@@ -38,15 +38,11 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
38#include "lisp.h" 38#include "lisp.h"
39#endif 39#endif
40 40
41/* This must be used in every symbol declaration to export it to the 41extern bool android_init_gui;
42 JNI Emacs wrapper. */
43#define ANDROID_EXPORT __attribute__ ((visibility ("default")))
44
45extern bool ANDROID_EXPORT android_init_gui;
46extern int ANDROID_EXPORT android_emacs_init (int, char **);
47 42
48#ifndef ANDROID_STUBIFY 43#ifndef ANDROID_STUBIFY
49 44
45extern int android_emacs_init (int, char **, char *);
50extern int android_select (int, fd_set *, fd_set *, fd_set *, 46extern int android_select (int, fd_set *, fd_set *, fd_set *,
51 struct timespec *); 47 struct timespec *);
52 48