Mercurial > hg > xemacs-beta
diff src/symsinit.h @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | 6330739388db |
line wrap: on
line diff
--- a/src/symsinit.h Mon Aug 13 10:28:54 2007 +0200 +++ b/src/symsinit.h Mon Aug 13 10:29:42 2007 +0200 @@ -192,10 +192,11 @@ void lstream_type_create (void); void lstream_type_create_mule_coding (void); void lstream_type_create_print (void); +void lstream_type_create_mswindows_selectable (void); /* Initialize process types */ -void process_type_create_mswindows (void); +void process_type_create_nt (void); void process_type_create_unix (void); /* Allow for Fprovide() (dump-time only). */ @@ -276,7 +277,7 @@ void vars_of_objects_x (void); void vars_of_print (void); void vars_of_process (void); -void vars_of_process_mswindows (void); +void vars_of_process_nt (void); void vars_of_process_unix (void); void vars_of_profile (void); void vars_of_ralloc (void);