libgaim/plugins/perl/common/module.h

changeset 15066
57ab37fe1190
parent 14779
1b71da367f56
child 15165
0ff631dfbbca
--- a/libgaim/plugins/perl/common/module.h	Sun Nov 19 19:14:48 2006 +0000
+++ b/libgaim/plugins/perl/common/module.h	Sun Nov 19 19:58:45 2006 +0000
@@ -24,6 +24,7 @@
 #include "cmds.h"
 #include "connection.h"
 #include "conversation.h"
+#include "core.h"
 #include "debug.h"
 #include "desktopitem.h"
 #include "eventloop.h"
@@ -108,6 +109,11 @@
 typedef GaimConvChat *			Gaim__Conversation__Chat;
 typedef GaimConvChatBuddy *		Gaim__Conversation__ChatBuddy;
 
+/* core.h */
+
+typedef GaimCore *			Gaim__Core;
+typedef GaimCoreUiOps *		Gaim__Core__UiOps;
+
 /* debug.h */
 typedef GaimDebugLevel			Gaim__DebugLevel;
 

mercurial