X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fnntp%2Fnntpconnection.h;h=d1161484d848a24fa010b2a9850b6ab3d3b5e407;hb=7ddb1aeb0b3dc7384597e75f7b3557f2d8f6d14c;hp=e31fd1bce282e5d9aa17ca09a1ee1a5a8131be5c;hpb=0574a75431d98ed64c5cc6291600bb3759b399a6;p=fms.git diff --git a/include/nntp/nntpconnection.h b/include/nntp/nntpconnection.h index e31fd1b..d116148 100644 --- a/include/nntp/nntpconnection.h +++ b/include/nntp/nntpconnection.h @@ -87,6 +87,9 @@ private: const bool HandlePostCommand(const NNTPCommand &command); const bool HandleOverCommand(const NNTPCommand &command); const bool HandleAuthInfoCommand(const NNTPCommand &command); + const bool HandleGetTrustCommand(const NNTPCommand &command); + const bool HandleSetTrustCommand(const NNTPCommand &command); + const bool HandleGetTrustListCommand(const NNTPCommand &command); SOCKET m_socket; ClientStatus m_status;