artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43fcf7c
)
Add missing void to function definition
author
tb
<tb@openbsd.org>
Sat, 14 Jan 2023 07:36:16 +0000
(07:36 +0000)
committer
tb
<tb@openbsd.org>
Sat, 14 Jan 2023 07:36:16 +0000
(07:36 +0000)
libexec/spamd/spamd.c
patch
|
blob
|
history
diff --git
a/libexec/spamd/spamd.c
b/libexec/spamd/spamd.c
index
963532f
..
25ffbc7
100644
(file)
--- a/
libexec/spamd/spamd.c
+++ b/
libexec/spamd/spamd.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: spamd.c,v 1.15
8 2021/07/14 13:33:57 kn
Exp $ */
+/* $OpenBSD: spamd.c,v 1.15
9 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;