| 147 * |
147 * |
| 148 * @param session The MSN session. |
148 * @param session The MSN session. |
| 149 * @param passport The initial passport. |
149 * @param passport The initial passport. |
| 150 * @param stored_name The initial stored name. |
150 * @param stored_name The initial stored name. |
| 151 * |
151 * |
| 152 * @return A new user structure. |
152 * @return A new user structure. It will have a reference count of 1. |
| 153 */ |
153 */ |
| 154 MsnUser *msn_user_new(MsnUserList *userlist, const char *passport, |
154 MsnUser *msn_user_new(MsnUserList *userlist, const char *passport, |
| 155 const char *friendly_name); |
155 const char *friendly_name); |
| 156 |
156 |
| 157 /** |
157 /** |