Received: by taz.hyperreal.com (8.6.12/8.6.5) id IAA01448; Fri, 28 Jun 1996 08:23:09 -0700 Received: from madhaus.utcs.utoronto.ca by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id IAA01443; Fri, 28 Jun 1996 08:23:06 -0700 From: rasmus@madhaus.utcs.utoronto.ca Received: from rathaus (rathaus [128.100.102.12]) by madhaus.utcs.utoronto.ca (8.7.4/8.7.1) with SMTP id LAA15487 for ; Fri, 28 Jun 1996 11:23:03 -0400 (EDT) Date: Fri, 28 Jun 1996 11:23:03 -0400 (EDT) Subject: Re: New style document. To: new-httpd@hyperreal.com In-Reply-To: <9606281532.aa06592@gonzo.ben.algroup.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com > > > static void usage () { > > > > Actually, shouldn't it be: > > > > static void usage (void) { > > Nope. But it shouldn't have a space. static void usage() { -Rasmus