X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fprocimpl.h;h=b16c1e096fe0357156a74c68310eedce78d8bb7d;hb=147864f7999198cf34406560387d15a29322670c;hp=da4557d90042ed1dc250792f188b65c8fa01f0ce;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git diff --git a/src/procimpl.h b/src/procimpl.h index da4557d..b16c1e0 100644 --- a/src/procimpl.h +++ b/src/procimpl.h @@ -29,7 +29,7 @@ struct Lisp_Process; /* * Structure which keeps methods of the process implementation. - * There is only one object of this class exists in a perticular + * There is only one object of this class exists in a particular * XEmacs implementation. */ @@ -163,7 +163,7 @@ extern Lisp_Object Qtcpip; extern Lisp_Object Vprocess_connection_type; extern Lisp_Object Vprocess_list; -extern c_hashtable usid_to_process; +extern struct hash_table *usid_to_process; extern volatile int process_tick;