Mercurial > pidgin
diff plugins/perl/common/module.h @ 11130:3f3bc7f1b6bf
[gaim-migrate @ 13186]
Fixed warning messages
committer: Tailor Script <tailor@pidgin.im>
| author | John H. Kelm <johnkelm@gmail.com> |
|---|---|
| date | Tue, 19 Jul 2005 10:03:10 +0000 |
| parents | 134d0001983d |
| children | 2b6009535e30 |
line wrap: on
line diff
--- a/plugins/perl/common/module.h Tue Jul 19 05:31:36 2005 +0000 +++ b/plugins/perl/common/module.h Tue Jul 19 10:03:10 2005 +0000 @@ -84,7 +84,7 @@ typedef GaimCipherContext * Gaim__Cipher__Context; /* cmds.h */ -typedef GaimCmdId * Gaim__CmdId; +typedef GaimCmdId Gaim__CmdId; /* connection.h */ typedef GaimConnectionFlags Gaim__ConnectionFlags;
