Mercurial > hg > xemacs-beta
diff src/symsinit.h @ 278:90d73dddcdc4 r21-0b37
Import from CVS: tag r21-0b37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:31:29 +0200 |
parents | 6330739388db |
children | 7df0dd720c89 |
line wrap: on
line diff
--- a/src/symsinit.h Mon Aug 13 10:30:38 2007 +0200 +++ b/src/symsinit.h Mon Aug 13 10:31:29 2007 +0200 @@ -90,6 +90,7 @@ void syms_of_free_hook (void); void syms_of_general (void); void syms_of_glyphs_x (void); +void syms_of_glyphs_read (void); void syms_of_glyphs_mswindows (void); void syms_of_glyphs (void); void syms_of_gui_x (void); @@ -185,6 +186,7 @@ /* Initialize the image instantiator types (dump-time only). */ void image_instantiator_format_create (void); +void image_instantiator_format_create_glyphs_read (void); void image_instantiator_format_create_glyphs_x (void); void image_instantiator_format_create_glyphs_mswindows (void); @@ -249,6 +251,7 @@ void vars_of_frame_x (void); void vars_of_frame (void); void vars_of_glyphs_x (void); +void vars_of_glyphs_read (void); void vars_of_glyphs_mswindows (void); void vars_of_glyphs (void); void vars_of_gui_x (void);