X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fpeertrustpage.h;h=8f91446f635a253a0dd5a2f5d5d133b02cc09d01;hp=eb780e0e720013ec0fff735308872c39146d63d3;hb=52c0819bfc1d083c6e0738f75f0d7eeba521295a;hpb=37a8d59548287dcad78ef00e7b18058721eb9935 diff --git a/include/http/pages/peertrustpage.h b/include/http/pages/peertrustpage.h index eb780e0..8f91446 100644 --- a/include/http/pages/peertrustpage.h +++ b/include/http/pages/peertrustpage.h @@ -14,6 +14,8 @@ private: const std::string GeneratePage(const std::string &method, const std::map &queryvars); const std::string GetClassString(const std::string &trustlevel); + const std::string BuildQueryString(const long startrow, const std::string &namesearch, const std::string &sortby, const std::string &sortorder); + const std::string ReverseSort(const std::string &sortname, const std::string ¤tsortby, const std::string ¤tsortorder); };