Fix header

This commit is contained in:
Yukino Song
2025-01-20 19:33:02 +08:00
parent 9e4389fe88
commit 55b76ed971
+1 -1
View File
@@ -181,7 +181,7 @@ namespace nvhttp {
* the client secret has been signed by Moonlight * the client secret has been signed by Moonlight
*/ */
void void
clientpairingsecret(pair_session_t &sess, std::shared_ptr<safe::queue_t<crypto::x509_t>> &add_cert, boost::property_tree::ptree &tree, const std::string &client_pairing_secret); clientpairingsecret(pair_session_t &sess, boost::property_tree::ptree &tree, const std::string &client_pairing_secret);
/** /**
* @brief Compare the user supplied pin to the Moonlight pin. * @brief Compare the user supplied pin to the Moonlight pin.