Add missing void to function definition
authortb <tb@openbsd.org>
Sat, 14 Jan 2023 07:36:16 +0000 (07:36 +0000)
committertb <tb@openbsd.org>
Sat, 14 Jan 2023 07:36:16 +0000 (07:36 +0000)
libexec/spamd/spamd.c

index 963532f..25ffbc7 100644 (file)
@@ -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 <henning@openbsd.org>
@@ -439,7 +439,7 @@ read_configline(FILE *config)
 }
 
 void
-spamd_tls_init()
+spamd_tls_init(void)
 {
        if (tlskeyfile == NULL && tlscertfile == NULL)
                return;