Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r830864d ra9b1e0e  
    147147        IRC_CHANNEL_TEMP = 2,   /* Erase the channel when the user leaves,
    148148                                   and don't save it. */
    149 
    150         /* Show a placeholder of the channel in listings, but don't save it */
    151         IRC_CHANNEL_KEEP_PLACEHOLDER = 4,
    152149
    153150        /* Hack: Set this flag right before jumping into IM when we expect
     
    302299void irc_channel_name_strip(char *name);
    303300int irc_channel_name_cmp(const char *a_, const char *b_);
    304 char *irc_channel_name_gen(bee_t *bee, const char *name);
     301char *irc_channel_name_gen(irc_t *irc, const char *name);
    305302gboolean irc_channel_name_hint(irc_channel_t *ic, const char *name);
    306303void irc_channel_update_ops(irc_channel_t *ic, char *value);
Note: See TracChangeset for help on using the changeset viewer.