Changeset eaaa986 for protocols/bee.h


Ignore:
Timestamp:
2010-05-08T14:48:38Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e685657
Parents:
4a9fd5f
Message:

Misc. cleanup. Also updated the Yahoo! module to deal with struct groupchat
in a GSList so that a default config fully compiles again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    r4a9fd5f reaaa986  
    129129#endif
    130130int bee_chat_msg( bee_t *bee, struct groupchat *c, const char *msg, int flags );
     131struct groupchat *bee_chat_by_title( bee_t *bee, struct im_connection *ic, const char *title );
    131132
    132133#endif /* __BEE_H__ */
Note: See TracChangeset for help on using the changeset viewer.