aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 1665a730..be67bb24 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -246,6 +246,9 @@ struct prpl {
/* Incoming transfer request */
void (* transfer_request) (struct im_connection *, file_transfer_t *ft, char *handle );
+ void (* buddy_data_add) (struct bee_user *bu);
+ void (* buddy_data_free) (struct bee_user *bu);
+
/* Some placeholders so eventually older plugins may cooperate with newer BitlBees. */
void *resv1;
void *resv2;