aboutsummaryrefslogtreecommitdiff
path: root/src/hsts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hsts.c')
-rw-r--r--src/hsts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hsts.c b/src/hsts.c
index 435ccfb4..3ea82070 100644
--- a/src/hsts.c
+++ b/src/hsts.c
@@ -52,7 +52,7 @@ static void Hsts_free_policy(HstsData_t *p)
dFree(p);
}
-void a_Hsts_freeall()
+void a_Hsts_freeall(void)
{
if (prefs.http_strict_transport_security) {
HstsData_t *policy;