--- a/libpurple/dbus-server.h Sat Feb 08 20:36:49 2014 +0530 +++ b/libpurple/dbus-server.h Sun Feb 09 06:42:23 2014 +0530 @@ -33,6 +33,8 @@ G_BEGIN_DECLS +typedef struct _PurpleDBusType PurpleDBusType; + /** * PurpleDBusType: * @@ -46,9 +48,6 @@ * parent. Parent means the same as the base class in object oriented * programming. */ - -typedef struct _PurpleDBusType PurpleDBusType; - struct _PurpleDBusType { PurpleDBusType *parent; };