1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 02:50:26 -08:00

Extern declare syms_of_xsmfns ().

This commit is contained in:
Jan Djärv 2002-03-10 16:17:38 +00:00
parent 28b1b67214
commit e02207d421

View file

@ -3071,6 +3071,9 @@ EXFUN (Fxw_display_color_p, 1);
EXFUN (Fx_file_dialog, 4);
#endif /* HAVE_X_WINDOWS */
/* Defined in xsmfns.c */
extern void syms_of_xsmfns P_ ((void));
/* Defined in xselect.c */
extern void syms_of_xselect P_ ((void));