diff 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
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);