changeset 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 fe7ef7cd642a
children ce6e1fa2fefc
files src/process.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Thu May 07 06:41:35 1998 +0000
+++ b/src/process.c	Thu May 07 07:46:41 1998 +0000
@@ -4740,10 +4740,12 @@
 {
 }
 
+void
 init_process ()
 {
 }
 
+void
 syms_of_process ()
 {
   defsubr (&Sget_buffer_process);