comparison libpurple/protocols/novell/nmuser.h @ 15822:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 5fe8042783c1
children f6dd1f7689ee
comparison
equal deleted inserted replaced
15821:84b0f9b23ede 15822:32c366eeeb99
209 * The response data sent to the callback will be NULL. 209 * The response data sent to the callback will be NULL.
210 * 210 *
211 * @param user The User to login -- must be initialized 211 * @param user The User to login -- must be initialized
212 * @param pwd The password of the user 212 * @param pwd The password of the user
213 * @param my_addr The address of the client machine 213 * @param my_addr The address of the client machine
214 * @param user_agent String describing the client (eg. "Gaim/0.76 (Linux; 2.4.20)") 214 * @param user_agent String describing the client (eg. "Purple/0.76 (Linux; 2.4.20)")
215 * @param callback Function to call when we get the response from the server 215 * @param callback Function to call when we get the response from the server
216 * @param data User defined data to be passed to the callback function 216 * @param data User defined data to be passed to the callback function
217 * 217 *
218 * 218 *
219 * @return NM_OK if login is sent successfully, error otherwise. 219 * @return NM_OK if login is sent successfully, error otherwise.