Mercurial > pidgin
diff src/protocols/msn/group.h @ 6701:b7e113a59b51
[gaim-migrate @ 7227]
Updated to MSN Protocol 9.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Tue, 02 Sep 2003 04:32:16 +0000 |
| parents | bf2a7a7b739d |
| children | 06f57183e29f |
line wrap: on
line diff
--- a/src/protocols/msn/group.h Tue Sep 02 04:28:34 2003 +0000 +++ b/src/protocols/msn/group.h Tue Sep 02 04:32:16 2003 +0000 @@ -4,7 +4,7 @@ * gaim * * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -25,6 +25,8 @@ typedef struct _MsnGroup MsnGroup; typedef struct _MsnGroups MsnGroups; +#include <stdio.h> + #include "session.h" #include "user.h" @@ -196,7 +198,7 @@ * Returns the number of groups in a groups list. * * @param groups The groups list. - * + * * @return The number of groups. */ size_t msn_groups_get_count(const MsnGroups *groups);
