diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index c5631e28453..5159f050a49 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4606,6 +4606,9 @@ extern void syms_of_w32cygwinx (void); | |||
| 4606 | extern Lisp_Object Vface_alternative_font_family_alist; | 4606 | extern Lisp_Object Vface_alternative_font_family_alist; |
| 4607 | extern Lisp_Object Vface_alternative_font_registry_alist; | 4607 | extern Lisp_Object Vface_alternative_font_registry_alist; |
| 4608 | extern void syms_of_xfaces (void); | 4608 | extern void syms_of_xfaces (void); |
| 4609 | #ifdef HAVE_PDUMPER | ||
| 4610 | extern void init_xfaces (void); | ||
| 4611 | #endif | ||
| 4609 | 4612 | ||
| 4610 | #ifdef HAVE_X_WINDOWS | 4613 | #ifdef HAVE_X_WINDOWS |
| 4611 | /* Defined in xfns.c. */ | 4614 | /* Defined in xfns.c. */ |