Mercurial > pidgin
changeset 10741:2f5d99f963eb
[gaim-migrate @ 12343]
There's something weird with how the perl plugin is compiled...
I guess it doesn't know that it needs to re-convert Account.xs to
Account.c when src/account.h has changed.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 26 Mar 2005 23:37:39 +0000 |
parents | 94cc67130789 |
children | 4228b6d78506 |
files | plugins/perl/common/Account.xs |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/perl/common/Account.xs Sat Mar 26 23:25:18 2005 +0000 +++ b/plugins/perl/common/Account.xs Sat Mar 26 23:37:39 2005 +0000 @@ -3,13 +3,9 @@ MODULE = Gaim::Account PACKAGE = Gaim::Account PREFIX = gaim_account_ PROTOTYPES: ENABLE -Gaim::Connection +void gaim_account_connect(account) Gaim::Account account -CODE: - RETVAL = gaim_account_connect(account); -OUTPUT: - RETVAL void gaim_account_disconnect(account)