diff src/blist.h @ 5564:187c740f2a4e

[gaim-migrate @ 5966] Committing what I have so far. Some new functions, and msn is almost done. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 30 May 2003 18:04:45 +0000
parents 9eb5b13fd412
children 666b04f93c55
line wrap: on
line diff
--- a/src/blist.h	Fri May 30 09:38:29 2003 +0000
+++ b/src/blist.h	Fri May 30 18:04:45 2003 +0000
@@ -28,6 +28,13 @@
 
 #include <glib.h>
 
+typedef struct _GaimBlistNode GaimBlistNode;
+
+/* TODO Namespace these! */
+struct chat;
+
+#include "account.h"
+
 /**************************************************************************/
 /* Enumerations                                                           */
 /**************************************************************************/
@@ -57,7 +64,6 @@
 /* Data Structures                                                        */
 /**************************************************************************/
 
-typedef struct _GaimBlistNode GaimBlistNode;
 /**
  * A Buddy list node.  This can represent a group, a buddy, or anything else.  This is a base class for struct buddy and
  * struct group and for anything else that wants to put itself in the buddy list. */