libpurple/protocols/msn/command.h

changeset 31235
d347d296b0e6
parent 30914
24c47e42518a
child 31240
db0cb3d72bc9
--- a/libpurple/protocols/msn/command.h	Wed Dec 15 00:00:12 2010 +0000
+++ b/libpurple/protocols/msn/command.h	Wed Dec 15 04:17:59 2010 +0000
@@ -43,7 +43,7 @@
 	char **params;
 	int param_count;
 
-	int ref_count;
+	guint ref_count;
 
 	MsnTransaction *trans;
 
@@ -85,8 +85,8 @@
  *
  * @param cmd	The MsnCommand to be unref.
  *
- * @return 		The ref command.
  */
-MsnCommand *msn_command_unref(MsnCommand *cmd);
+void msn_command_unref(MsnCommand *cmd);
 
 #endif /* MSN_COMMAND_H */
+

mercurial