Add a missing void in the parameter list of http_request().

This commit is contained in:
Jeroen Ruigrok van der Werven 2002-04-07 17:42:27 +00:00
parent ebd3c05e64
commit b3d3fc366e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94135

View File

@ -194,7 +194,7 @@ log_line(char *req)
* and do what needs to be done
*/
void
http_request()
http_request(void)
{
int fd, lg, i;
int cmd = 0;