Mercurial > hg > xemacs-beta
diff src/symsinit.h @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 405dd6d1825b |
children | 8efd647ea9ca |
line wrap: on
line diff
--- a/src/symsinit.h Mon Aug 13 10:23:52 2007 +0200 +++ b/src/symsinit.h Mon Aug 13 10:24:41 2007 +0200 @@ -67,6 +67,7 @@ void syms_of_dialog_x (void); void syms_of_dialog (void); void syms_of_dired (void); +void syms_of_dlopen (void); void syms_of_doc (void); void syms_of_editfns (void); void syms_of_elhash (void); @@ -189,6 +190,11 @@ void lstream_type_create_mule_coding (void); void lstream_type_create_print (void); +/* Initialize process types */ + +void process_type_create_mswindows (void); +void process_type_create_unix (void); + /* Allow for Fprovide() (dump-time only). */ void init_provide_once (void); @@ -266,6 +272,8 @@ 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_unix (void); void vars_of_profile (void); void vars_of_ralloc (void); void vars_of_redisplay (void);