Changeset 4efa5ce for protocols/bee.h


Ignore:
Timestamp:
2011-12-18T20:44:11Z (12 years ago)
Author:
Alex Miller <millerdevel@…>
Branches:
master
Children:
c1a58cc
Parents:
17f057d
Message:

Don't use the C++ keyword 'new' as a variable name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee.h

    r17f057d r4efa5ce  
    123123        gboolean (*chat_add_user)( bee_t *bee, struct groupchat *c, bee_user_t *bu );
    124124        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 );
    126126        gboolean (*chat_name_hint)( bee_t *bee, struct groupchat *c, const char *name );
    127127        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.