comparison src/protocols/novell/nmrequest.h @ 9360:d77537e8bfe5

[gaim-migrate @ 10168] " This patch fixes contact list sync problem, fixes a memory leak, and includes some code cleanup." --Mike Stoddard of Novell committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 23 Jun 2004 17:27:56 +0000
parents 6663ad2386d9
children
comparison
equal deleted inserted replaced
9359:43741d8f76f7 9360:d77537e8bfe5
32 * @param trans_id The request transaction id 32 * @param trans_id The request transaction id
33 * @param gmt The time in seconds that the request was created 33 * @param gmt The time in seconds that the request was created
34 * 34 *
35 * @return The new request object 35 * @return The new request object
36 */ 36 */
37 NMRequest *nm_create_request(const char *cmd, int trans_id, int gmt); 37 NMRequest *nm_create_request(const char *cmd, int trans_id, int gmt, nm_response_cb cb,
38 gpointer resp_data, gpointer user_define);
38 39
39 /** 40 /**
40 * Release a request object. 41 * Release a request object.
41 * 42 *
42 * @param req The request to release 43 * @param req The request to release