comparison src/process.c @ 21978:ba8852d809f6

(init_process, syms_of_process): Make definition consistent with prototypes on lisp.h
author Eli Zaretskii <eliz@gnu.org>
date Thu, 07 May 1998 07:46:41 +0000
parents c66b85d05dd8
children bb9dd4758e7e
comparison
equal deleted inserted replaced
21977:fe7ef7cd642a 21978:ba8852d809f6
4738 kill_buffer_processes (buffer) 4738 kill_buffer_processes (buffer)
4739 Lisp_Object buffer; 4739 Lisp_Object buffer;
4740 { 4740 {
4741 } 4741 }
4742 4742
4743 void
4743 init_process () 4744 init_process ()
4744 { 4745 {
4745 } 4746 }
4746 4747
4748 void
4747 syms_of_process () 4749 syms_of_process ()
4748 { 4750 {
4749 defsubr (&Sget_buffer_process); 4751 defsubr (&Sget_buffer_process);
4750 defsubr (&Sprocess_inherit_coding_system_flag); 4752 defsubr (&Sprocess_inherit_coding_system_flag);
4751 } 4753 }