]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/http nit: fix a warning
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 11 Jul 2023 08:54:13 +0000 (10:54 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 11 Jul 2023 08:54:13 +0000 (10:54 +0200)
I was careless with the merge of master -> 6.0

daemon/http.h

index fc7d6a4c78d0a5fa02b1b123c065c33062085fec..cf5eaaca90d3a8f1854028afebdd530ab0fc4074 100644 (file)
@@ -3,4 +3,4 @@
  */
 
 /** Initializes the protocol layers managed by http. */
-void http_protolayers_init();
+void http_protolayers_init(void);