Mercurial > pidgin
diff libgaim/plugins/perl/common/module.h @ 15204:d83f71ca0cd7
[gaim-migrate @ 17994]
fix the perl bindings for the notify_userinfo changes.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Thu, 14 Dec 2006 05:02:08 +0000 |
| parents | 53f7a4a8ad2a |
| children |
line wrap: on
line diff
--- a/libgaim/plugins/perl/common/module.h Thu Dec 14 04:56:54 2006 +0000 +++ b/libgaim/plugins/perl/common/module.h Thu Dec 14 05:02:08 2006 +0000 @@ -181,6 +181,8 @@ typedef GaimNotifySearchButton * Gaim__NotifySearchButton; typedef GaimNotifyType Gaim__NotifyType; typedef GaimNotifyUiOps * Gaim__NotifyUiOps; +typedef GaimNotifyUserInfo * Gaim__NotifyUserInfo; +typedef GaimNotifyUserInfoEntry * Gaim__NotifyUserInfoEntry; /* plugin.h */ typedef GaimPlugin * Gaim__Plugin;
