diff options
Diffstat (limited to 'src/androidterm.h')
| -rw-r--r-- | src/androidterm.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/androidterm.h b/src/androidterm.h index ca6929bef0e..fd4cc99f641 100644 --- a/src/androidterm.h +++ b/src/androidterm.h | |||
| @@ -461,7 +461,7 @@ extern void sfntfont_android_shrink_scanline_buffer (void); | |||
| 461 | extern void init_sfntfont_android (void); | 461 | extern void init_sfntfont_android (void); |
| 462 | extern void syms_of_sfntfont_android (void); | 462 | extern void syms_of_sfntfont_android (void); |
| 463 | 463 | ||
| 464 | /* Defined in androidselect.c */ | 464 | /* Defined in androidselect.c. */ |
| 465 | 465 | ||
| 466 | #ifndef ANDROID_STUBIFY | 466 | #ifndef ANDROID_STUBIFY |
| 467 | 467 | ||
| @@ -473,6 +473,9 @@ extern void android_notification_action (struct android_notification_event *, | |||
| 473 | extern void init_androidselect (void); | 473 | extern void init_androidselect (void); |
| 474 | extern void syms_of_androidselect (void); | 474 | extern void syms_of_androidselect (void); |
| 475 | 475 | ||
| 476 | /* Defined in androidvfs.c. */ | ||
| 477 | extern void syms_of_androidvfs (void); | ||
| 478 | |||
| 476 | #endif | 479 | #endif |
| 477 | 480 | ||
| 478 | 481 | ||