summaryrefslogtreecommitdiff
path: root/libpurple/blist.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2008-10-28 04:22:57 +0000
committerGary Kramlich <grim@reaperworld.com>2008-10-28 04:22:57 +0000
commit3464839b880cfa847856306f0f82ebcc06218084 (patch)
treeae7ba94b117eabbc413ac727316545a2c6cc607b /libpurple/blist.h
parentc44293f69214c07c77b58b8f3f9c1173ee86fe67 (diff)
downloadpidgin-3464839b880cfa847856306f0f82ebcc06218084.tar.gz
Hide the blistnode, buddy, contact, group, and chat structs
Updated the libpurple plugins to use api rather than the structs directly
Diffstat (limited to 'libpurple/blist.h')
-rw-r--r--libpurple/blist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libpurple/blist.h b/libpurple/blist.h
index a10dcd58eb..9e7b56bf10 100644
--- a/libpurple/blist.h
+++ b/libpurple/blist.h
@@ -89,6 +89,8 @@ typedef enum
/* Data Structures */
/**************************************************************************/
+#ifndef PURPLE_HIDE_STRUCTS
+
/**
* 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
@@ -154,6 +156,8 @@ struct _PurpleChat {
PurpleAccount *account; /**< The account this chat is attached to */
};
+#endif /* PURPLE_HIDE_STRUCTS */
+
/**
* The Buddy List