mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 16:31:18 +01:00
Add a missing void in the parameter list of http_request().
This commit is contained in:
parent
ebd3c05e64
commit
b3d3fc366e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94135
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user