update.
[chise/xemacs-chise.git.1] / src / symsinit.h
index e48f8d7..074a598 100644 (file)
@@ -155,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);
 
@@ -215,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). */
 
@@ -383,6 +385,7 @@ 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). */
@@ -425,6 +428,7 @@ void complex_vars_of_minibuf (void);
 void reinit_complex_vars_of_minibuf (void);
 void complex_vars_of_callproc (void);
 void complex_vars_of_keymap (void);
+void complex_vars_of_concord (void);
 
 /* Reset the Lisp engine (run-time only). */