Expose getPointedThing to Lua
[oweals/minetest.git] / src / util / auth.h
index 1fd6ab4533e0c9a28867377ee10921169c77a569..7cdc7d74d2b572602c902ec1521e2c5a1cea216f 100644 (file)
@@ -45,6 +45,6 @@ std::string encode_srp_verifier(const std::string &verifier,
 /// Reads the DB-formatted SRP verifier and gets the verifier
 /// and salt components.
 bool decode_srp_verifier_and_salt(const std::string &encoded,
-       std::string *salt, std::string *bytes_v);
+       std::string *verifier, std::string *salt);
 
 #endif