mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a missing void in the parameter list of http_request().
This commit is contained in:
parent
ebd3c05e64
commit
b3d3fc366e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue