X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fnntp%2Fnntpconnection.h;h=d1161484d848a24fa010b2a9850b6ab3d3b5e407;hp=e31fd1bce282e5d9aa17ca09a1ee1a5a8131be5c;hb=7ddb1aeb0b3dc7384597e75f7b3557f2d8f6d14c;hpb=9a14c0d9f7f7c319e539583b93664953764e83b7 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;