X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git-;a=blobdiff_plain;f=src%2Fsymsinit.h;fp=src%2Fsymsinit.h;h=4c5a2cababb4d1b89a4055300ecb438735a27d93;hp=e48f8d74f49f4bcb15e8b00e8575b378c99689ed;hb=ce8992967aa015a904d9ff094702dad683747e7e;hpb=8dd5c14289d68929b069fa5078f10ea3905f6fa5 diff --git a/src/symsinit.h b/src/symsinit.h index e48f8d7..4c5a2ca 100644 --- a/src/symsinit.h +++ b/src/symsinit.h @@ -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). */