aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook.h
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-01-01 16:21:43 -0500
committerjgeboski <jgeboski@gmail.com>2015-01-03 14:40:48 -0500
commitaaf01c2b00420fd7e28b80c1a3c419f074b2b542 (patch)
treec22ccc9533d6850d8c22e4c5d3c9d52e0bda41d7 /facebook/facebook.h
parentc33c1ed33b5ab7eea97402a498e4c101f6d43202 (diff)
downloadbitlbee-facebook-aaf01c2b00420fd7e28b80c1a3c419f074b2b542.tar.gz
bitlbee-facebook-aaf01c2b00420fd7e28b80c1a3c419f074b2b542.tar.bz2
bitlbee-facebook-aaf01c2b00420fd7e28b80c1a3c419f074b2b542.tar.xz
Implemented user authentication
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. **/
};