aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'facebook/facebook.h')
-rw-r--r--facebook/facebook.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/facebook/facebook.h b/facebook/facebook.h
index 6d1b10c..d22c567 100644
--- a/facebook/facebook.h
+++ b/facebook/facebook.h
@@ -22,6 +22,7 @@
#include <bitlbee.h>
+#include "facebook-api.h"
/** The main structure for the plugin. **/
typedef struct fb_data fb_data_t;
@@ -33,6 +34,7 @@ typedef struct fb_data fb_data_t;
struct fb_data
{
struct im_connection *ic; /** The #im_connection. **/
+ fb_api_t *api; /** The #fb_api. **/
};