diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index a71779a31c4..029c0618791 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3136,6 +3136,7 @@ extern int getloadavg P_ ((double *, int)); | |||
| 3136 | extern void syms_of_xfns P_ ((void)); | 3136 | extern void syms_of_xfns P_ ((void)); |
| 3137 | extern void init_xfns P_ ((void)); | 3137 | extern void init_xfns P_ ((void)); |
| 3138 | extern Lisp_Object Vx_resource_name; | 3138 | extern Lisp_Object Vx_resource_name; |
| 3139 | extern Lisp_Object Vx_resource_class; | ||
| 3139 | EXFUN (Fxw_display_color_p, 1); | 3140 | EXFUN (Fxw_display_color_p, 1); |
| 3140 | EXFUN (Fx_file_dialog, 4); | 3141 | EXFUN (Fx_file_dialog, 4); |
| 3141 | #endif /* HAVE_X_WINDOWS */ | 3142 | #endif /* HAVE_X_WINDOWS */ |