src/protocols/msn/transaction.h

changeset 10284
257978b5df5b
parent 10225
0dfea1bc8695
child 10403
4647a87ef73b
equal deleted inserted replaced
10283:261443b20679 10284:257978b5df5b
47 47
48 int timer; 48 int timer;
49 49
50 void *data; /* The data to be used on the different callbacks */ 50 void *data; /* The data to be used on the different callbacks */
51 GHashTable *callbacks; 51 GHashTable *callbacks;
52 gboolean has_custom_callbacks;
52 MsnErrorCb error_cb; 53 MsnErrorCb error_cb;
53 MsnTimeoutCb timeout_cb; 54 MsnTimeoutCb timeout_cb;
54 55
55 char *payload; 56 char *payload;
56 size_t payload_len; 57 size_t payload_len;

mercurial