comparison 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
comparison
equal deleted inserted replaced
11129:0754ce8f1122 11130:3f3bc7f1b6bf
82 typedef GaimCipher * Gaim__Cipher; 82 typedef GaimCipher * Gaim__Cipher;
83 typedef GaimCipherOps * Gaim__Cipher__Ops; 83 typedef GaimCipherOps * Gaim__Cipher__Ops;
84 typedef GaimCipherContext * Gaim__Cipher__Context; 84 typedef GaimCipherContext * Gaim__Cipher__Context;
85 85
86 /* cmds.h */ 86 /* cmds.h */
87 typedef GaimCmdId * Gaim__CmdId; 87 typedef GaimCmdId Gaim__CmdId;
88 88
89 /* connection.h */ 89 /* connection.h */
90 typedef GaimConnectionFlags Gaim__ConnectionFlags; 90 typedef GaimConnectionFlags Gaim__ConnectionFlags;
91 typedef GaimConnectionState Gaim__ConnectionState; 91 typedef GaimConnectionState Gaim__ConnectionState;
92 typedef GaimConnection * Gaim__Connection; 92 typedef GaimConnection * Gaim__Connection;