Mercurial > pidgin
diff plugins/perl/common/module.h @ 12882:e1603fd610fa
[gaim-migrate @ 15234]
I give you perl /cmd support. I only tested this a little bit but it seemed to
work for me, let me know if anything breaks.
committer: Tailor Script <tailor@pidgin.im>
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 15 Jan 2006 07:56:58 +0000 |
parents | 43d8af815a9d |
children | 3097275dbbdd |
line wrap: on
line diff
--- a/plugins/perl/common/module.h Sun Jan 15 07:43:09 2006 +0000 +++ b/plugins/perl/common/module.h Sun Jan 15 07:56:58 2006 +0000 @@ -84,7 +84,10 @@ typedef GaimCipherOps * Gaim__Cipher__Ops; /* cmds.h */ -typedef GaimCmdId Gaim__CmdId; +typedef GaimCmdFlag Gaim__Cmd__Flag; +typedef GaimCmdId Gaim__Cmd__Id; +typedef GaimCmdPriority Gaim__Cmd__Priority; +typedef GaimCmdRet Gaim__Cmd__Ret; /* connection.h */ typedef GaimConnection * Gaim__Connection;