Changeset 21c87a7 for irc.h


Ignore:
Timestamp:
2010-04-14T09:27:50Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d33679e
Parents:
81186cab (diff), 156bbd7 (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.
Message:

Merging loads of stuff from mainline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r81186cab r21c87a7  
    211211gint irc_user_cmp( gconstpointer a_, gconstpointer b_ );
    212212
     213/* irc_util.c */
     214char *set_eval_timezone( struct set *set, char *value );
     215char *irc_format_timestamp( irc_t *irc, time_t msg_ts );
     216
    213217#endif
Note: See TracChangeset for help on using the changeset viewer.