From: Vladimír Čunát Date: Tue, 11 Jul 2023 08:54:13 +0000 (+0200) Subject: daemon/http nit: fix a warning X-Git-Tag: v6.0.2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5003e3226b7741382b30d9e8984f04074ea67cbb;p=thirdparty%2Fknot-resolver.git daemon/http nit: fix a warning I was careless with the merge of master -> 6.0 --- diff --git a/daemon/http.h b/daemon/http.h index fc7d6a4c7..cf5eaaca9 100644 --- a/daemon/http.h +++ b/daemon/http.h @@ -3,4 +3,4 @@ */ /** Initializes the protocol layers managed by http. */ -void http_protolayers_init(); +void http_protolayers_init(void);