Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/novell/nmrequest.h Wed Jun 23 16:58:22 2004 +0000 +++ b/src/protocols/novell/nmrequest.h Wed Jun 23 17:27:56 2004 +0000 @@ -34,7 +34,8 @@ * * @return The new request object */ -NMRequest *nm_create_request(const char *cmd, int trans_id, int gmt); +NMRequest *nm_create_request(const char *cmd, int trans_id, int gmt, nm_response_cb cb, + gpointer resp_data, gpointer user_define); /** * Release a request object.
