···4545 * Retrieve the Java VM pointer previously stored, if any.
4646 */
4747struct _JavaVM *
4848-android_globals_get_vm();
4848+android_globals_get_vm(void);
49495050/*!
5151 * Retrieve the android.app.Activity jobject previously stored, if any.
···5454 * differs between C (a void *) and C++ (a pointer to an empty class)
5555 */
5656void *
5757-android_globals_get_activity();
5757+android_globals_get_activity(void);
58585959/*!
6060 * Retrieve the android.content.Context jobject previously stored, if any.
···6666 * differs between C (a void *) and C++ (a pointer to an empty class)
6767 */
6868void *
6969-android_globals_get_context();
6969+android_globals_get_context(void);
707071717272void
7373android_globals_store_window(struct _ANativeWindow *window);
74747575struct _ANativeWindow *
7676-android_globals_get_window();
7676+android_globals_get_window(void);
77777878#ifdef __cplusplus
7979}