From: Fred Morcos Date: Tue, 12 Dec 2023 14:23:56 +0000 (+0100) Subject: Format ws-api.hh X-Git-Tag: auth-4.9.0-alpha1~23^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8751855b20d204b15224d71f3880bba33021d9bb;p=thirdparty%2Fpdns.git Format ws-api.hh --- diff --git a/.not-formatted b/.not-formatted index 8c59a1ea66..7995d0becb 100644 --- a/.not-formatted +++ b/.not-formatted @@ -298,7 +298,6 @@ ./pdns/webserver.cc ./pdns/webserver.hh ./pdns/ws-api.cc -./pdns/ws-api.hh ./pdns/xpf.cc ./pdns/xpf.hh ./pdns/zone2json.cc diff --git a/pdns/ws-api.hh b/pdns/ws-api.hh index a9315b10fe..9f95f50b24 100644 --- a/pdns/ws-api.hh +++ b/pdns/ws-api.hh @@ -39,5 +39,5 @@ void apiCheckQNameAllowedCharacters(const string& name); DNSName apiNameToDNSName(const string& name); // To be provided by product code. -void productServerStatisticsFetch(std::map& out); +void productServerStatisticsFetch(std::map& out); std::optional productServerStatisticsFetch(const std::string& name);