diff options
Diffstat (limited to 'facebook/facebook.h')
-rw-r--r-- | facebook/facebook.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/facebook/facebook.h b/facebook/facebook.h index f397fa8..f5ff7ea 100644 --- a/facebook/facebook.h +++ b/facebook/facebook.h @@ -45,4 +45,10 @@ fb_data_t *fb_data_new(account_t *acc); void fb_data_free(fb_data_t *fata); +struct groupchat *fb_data_groupchat_new(struct im_connection *ic, + fb_id_t tid, + const gchar *name); + +void fb_data_groupchat_free(struct groupchat *gc); + #endif /* _FACEBOOK_H */ |