comparison libpurple/protocols/msn/transaction.h @ 23692:d3262085b7a7

Fix up some types.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 10 Aug 2008 04:59:17 +0000
parents ac4a06685b95
children 6a23d7f84143
comparison
equal deleted inserted replaced
23691:5b5f92944d49 23692:d3262085b7a7
43 unsigned int trId; 43 unsigned int trId;
44 44
45 char *command; 45 char *command;
46 char *params; 46 char *params;
47 47
48 int timer; 48 guint 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 gboolean has_custom_callbacks;
53 MsnErrorCb error_cb; 53 MsnErrorCb error_cb;