diff plugins/perl/common/module.h @ 6520:2e2593d95121

[gaim-migrate @ 7037] Added timeout handler support to perl. It may not work. Probably should, but who knows. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 20 Aug 2003 10:25:58 +0000
parents cbd24b37350d
children d7e04709be96
line wrap: on
line diff
--- a/plugins/perl/common/module.h	Wed Aug 20 09:33:56 2003 +0000
+++ b/plugins/perl/common/module.h	Wed Aug 20 10:25:58 2003 +0000
@@ -17,3 +17,4 @@
 
 typedef GaimAccount *Gaim__Account;
 typedef GaimConnection *Gaim__Connection;
+typedef GaimPlugin *Gaim__Plugin;