From: François Pinard Date: Wed, 16 Nov 1994 02:47:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=7f91a90a9c09ef660d5c7f13a26f0bb8921c9141;p=chaz%2Ftar *** empty log message *** --- 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;