X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fpeertrustpage.h;h=eb780e0e720013ec0fff735308872c39146d63d3;hp=b9a5f4ebafe289b3556921a65b772e596c62d912;hb=37a8d59548287dcad78ef00e7b18058721eb9935;hpb=f208e33c29132aacaec448e74341edea1b925a2a diff --git a/include/http/pages/peertrustpage.h b/include/http/pages/peertrustpage.h index b9a5f4e..eb780e0 100644 --- a/include/http/pages/peertrustpage.h +++ b/include/http/pages/peertrustpage.h @@ -13,6 +13,8 @@ private: const bool WillHandleURI(const std::string &uri); const std::string GeneratePage(const std::string &method, const std::map &queryvars); + const std::string GetClassString(const std::string &trustlevel); + }; #endif // _peertrustpage_