diff options
Diffstat (limited to 'src/android.h')
| -rw-r--r-- | src/android.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android.h b/src/android.h index 33ca379e6ba..2323690fa25 100644 --- a/src/android.h +++ b/src/android.h | |||
| @@ -178,7 +178,7 @@ struct android_battery_state | |||
| 178 | int temperature; | 178 | int temperature; |
| 179 | }; | 179 | }; |
| 180 | 180 | ||
| 181 | extern Lisp_Object android_browse_url (Lisp_Object); | 181 | extern Lisp_Object android_browse_url (Lisp_Object, Lisp_Object); |
| 182 | extern int android_query_battery (struct android_battery_state *); | 182 | extern int android_query_battery (struct android_battery_state *); |
| 183 | extern void android_display_toast (const char *); | 183 | extern void android_display_toast (const char *); |
| 184 | 184 | ||