X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsymsinit.h;h=4c5a2cababb4d1b89a4055300ecb438735a27d93;hb=021b0929854c960c0941faee7e6c84fbce8b1776;hp=15918cb2e4c67c3c26c58b7903610bd91d4b7868;hpb=3062d425fac0473eb5aa2efc0bb002f6ce0cb028;p=chise%2Fxemacs-chise.git.1 diff --git a/src/symsinit.h b/src/symsinit.h index 15918cb..4c5a2ca 100644 --- a/src/symsinit.h +++ b/src/symsinit.h @@ -32,6 +32,7 @@ void init_intl_very_early (void); void init_process_times_very_early (void); void init_ralloc (void); void init_signals_very_early (void); +void init_mswindows_very_early (void); /* Early Lisp-engine initialization (dump-time for init, run-time for reinit). */ @@ -154,6 +155,7 @@ void syms_of_window (void); void syms_of_select_x (void); void syms_of_eldap (void); void syms_of_postgresql (void); +void syms_of_concord (void); void syms_of_gpmevent (void); void syms_of_win32 (void); @@ -214,6 +216,7 @@ void structure_type_create_chartab (void); void structure_type_create_faces (void); void structure_type_create_rangetab (void); void structure_type_create_hash_table (void); +void structure_type_create_concord (void); /* Initialize the image instantiator types (dump-time only). */ @@ -382,11 +385,13 @@ void vars_of_select_x (void); void reinit_vars_of_select_x (void); void vars_of_eldap (void); void vars_of_postgresql (void); +void vars_of_concord (void); void vars_of_gpmevent (void); /* Initialize specifier variables (dump-time only). */ void specifier_vars_of_glyphs (void); +void specifier_vars_of_glyphs_widget (void); void specifier_vars_of_gutter (void); void specifier_vars_of_menubar (void); void specifier_vars_of_redisplay (void);