diff options
author | jgeboski <jgeboski@gmail.com> | 2015-01-01 20:34:17 -0500 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-01-14 16:06:03 -0500 |
commit | cefcc09b3a91f882a4511f675750d1798494969b (patch) | |
tree | aa42fa5520dcc1c686175ea7f0404fee9afdc1bf /facebook/facebook.h | |
parent | aaf01c2b00420fd7e28b80c1a3c419f074b2b542 (diff) | |
download | bitlbee-facebook-cefcc09b3a91f882a4511f675750d1798494969b.tar.gz bitlbee-facebook-cefcc09b3a91f882a4511f675750d1798494969b.tar.bz2 bitlbee-facebook-cefcc09b3a91f882a4511f675750d1798494969b.tar.xz |
Implemented initial MQTT interface
Diffstat (limited to 'facebook/facebook.h')
-rw-r--r-- | facebook/facebook.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/facebook/facebook.h b/facebook/facebook.h index d22c567..e30ba26 100644 --- a/facebook/facebook.h +++ b/facebook/facebook.h @@ -23,6 +23,7 @@ #include <bitlbee.h> #include "facebook-api.h" +#include "facebook-mqtt.h" /** The main structure for the plugin. **/ typedef struct fb_data fb_data_t; @@ -34,7 +35,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. **/ + fb_api_t *api; /** The #fb_api. **/ }; |