- Timestamp:
- 2011-12-19T10:57:07Z (13 years ago)
- Branches:
- master
- Children:
- 5a48afd
- Parents:
- 17f057d (diff), c1a58cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee.h
r17f057d ra0a3de6 123 123 gboolean (*chat_add_user)( bee_t *bee, struct groupchat *c, bee_user_t *bu ); 124 124 gboolean (*chat_remove_user)( bee_t *bee, struct groupchat *c, bee_user_t *bu ); 125 gboolean (*chat_topic)( bee_t *bee, struct groupchat *c, const char *new , bee_user_t *bu );125 gboolean (*chat_topic)( bee_t *bee, struct groupchat *c, const char *new_topic, bee_user_t *bu ); 126 126 gboolean (*chat_name_hint)( bee_t *bee, struct groupchat *c, const char *name ); 127 127 gboolean (*chat_invite)( bee_t *bee, bee_user_t *bu, const char *name, const char *msg );
Note: See TracChangeset
for help on using the changeset viewer.