From 7f91a90a9c09ef660d5c7f13a26f0bb8921c9141 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Pinard?= Date: Wed, 16 Nov 1994 02:47:25 +0000 Subject: [PATCH] *** empty log message *** --- src/buffer.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/buffer.c b/src/buffer.c index bad85e2..4ff57af 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -265,7 +265,6 @@ child_open () { int pipe[2]; int err = 0; - int nar; int kidpipe[2]; int kidchildpid; @@ -1362,7 +1361,7 @@ anno (stream, prefix, savedp) #endif /* Called to initialize the global volume number. */ -int +void init_volume_number () { FILE *vf; @@ -1379,7 +1378,7 @@ init_volume_number () } /* Called to write out the closing global volume number. */ -int +void closeout_volume_number () { FILE *vf; -- 2.44.0