diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 8 |
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 | 41 | extern bool android_init_gui; |
| 42 | JNI Emacs wrapper. */ | ||
| 43 | #define ANDROID_EXPORT __attribute__ ((visibility ("default"))) | ||
| 44 | |||
| 45 | extern bool ANDROID_EXPORT android_init_gui; | ||
| 46 | extern int ANDROID_EXPORT android_emacs_init (int, char **); | ||
| 47 | 42 | ||
| 48 | #ifndef ANDROID_STUBIFY | 43 | #ifndef ANDROID_STUBIFY |
| 49 | 44 | ||
| 45 | extern int android_emacs_init (int, char **, char *); | ||
| 50 | extern int android_select (int, fd_set *, fd_set *, fd_set *, | 46 | extern int android_select (int, fd_set *, fd_set *, fd_set *, |
| 51 | struct timespec *); | 47 | struct timespec *); |
| 52 | 48 | ||