# HG changeset patch # User Eli Zaretskii # Date 894527201 0 # Node ID ba8852d809f6abac3e763ef80cc99237287507fb # Parent fe7ef7cd642a04720a545cbd9fc927c127111aa9 (init_process, syms_of_process): Make definition consistent with prototypes on lisp.h diff -r fe7ef7cd642a -r ba8852d809f6 src/process.c --- 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);