Use (void) instead of void

This commit is contained in:
2022-10-13 15:59:16 +02:00
parent 92779e5dba
commit 54313551fc
9 changed files with 23 additions and 23 deletions

View File

@ -22,7 +22,7 @@
extern sock rev_proxy;
int rev_proxy_preload();
int rev_proxy_preload(void);
int rev_proxy_request_header(http_req *req, int enc);