From: tb Date: Sat, 14 Jan 2023 07:36:16 +0000 (+0000) Subject: Add missing void to function definition X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1d1793f7c2eba1364c4038e79279f75843ee98b9;p=openbsd Add missing void to function definition --- diff --git a/libexec/spamd/spamd.c b/libexec/spamd/spamd.c index 963532f8bfe..25ffbc76cd8 100644 --- a/libexec/spamd/spamd.c +++ b/libexec/spamd/spamd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: spamd.c,v 1.158 2021/07/14 13:33:57 kn Exp $ */ +/* $OpenBSD: spamd.c,v 1.159 2023/01/14 07:36:16 tb Exp $ */ /* * Copyright (c) 2015 Henning Brauer @@ -439,7 +439,7 @@ read_configline(FILE *config) } void -spamd_tls_init() +spamd_tls_init(void) { if (tlskeyfile == NULL && tlscertfile == NULL) return;