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