--- 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 */ +