Changeset 203a2d2 for protocols/nogaim.h


Ignore:
Timestamp:
2010-08-07T21:06:24Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b890626
Parents:
7b87539
Message:

Allow protocol modules to keep per-contact protocol-specific data. Use
this in the Twitter module to remember the id and timestamp of a contact's
last tweet, which can later be used for simple replies/retweets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r7b87539 r203a2d2  
    247247        void (* transfer_request) (struct im_connection *, file_transfer_t *ft, char *handle );
    248248       
     249        void (* buddy_data_add) (struct bee_user *bu);
     250        void (* buddy_data_free) (struct bee_user *bu);
     251       
    249252        /* Some placeholders so eventually older plugins may cooperate with newer BitlBees. */
    250253        void *resv1;
Note: See TracChangeset for help on using the changeset viewer.