5 #include <xmlrpc-c/base.hpp>
21 using UserPtr = STG::User*;
22 USER_HELPER(UserPtr & p, STG::Users & us)
28 void GetUserInfo(xmlrpc_c::value * info,
29 bool hidePassword = false);
30 bool SetUserInfo(const xmlrpc_c::value & info,
31 const STG::Admin& admin,
32 const std::string & login,
33 const STG::Store & store,
34 STG::Tariffs * tariffs);