Mercurial > pidgin.yaz
diff libpurple/protocols/msn/command.h @ 31478:61db10475bed
As Mark did before, we probably don't need a return value from these
unref functions. Also, make the ref counts unsigned.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 15 Dec 2010 04:17:59 +0000 |
parents | 59cf1be8eaa7 |
children | 05e05d96ba75 |
line wrap: on
line diff
--- 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 */ +