1 #ifndef __USER_HELPER_H__
2 #define __USER_HELPER_H__
6 #include <xmlrpc-c/base.hpp>
17 USER_HELPER(USER_PTR & p)
22 void GetUserInfo(xmlrpc_c::value * info,
23 bool hidePassword = false);
24 bool SetUserInfo(const xmlrpc_c::value & info,
26 const std::string & login,