diff libpurple/protocols/msn/transaction.h @ 23750: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
line wrap: on
line diff
--- a/libpurple/protocols/msn/transaction.h	Sun Aug 10 01:21:17 2008 +0000
+++ b/libpurple/protocols/msn/transaction.h	Sun Aug 10 04:59:17 2008 +0000
@@ -45,7 +45,7 @@
 	char *command;
 	char *params;
 
-	int timer;
+	guint timer;
 
 	void *data; /**< The data to be used on the different callbacks. */
 	GHashTable *callbacks;