Changeset 4c266f2 for irc.h


Ignore:
Timestamp:
2006-01-18T22:17:59Z (19 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
2face62
Parents:
1ea13be (diff), c1826c6 (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:

Merged (and adapted) changes from main tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r1ea13be r4c266f2  
    4444        USTATUS_AUTHORIZED,
    4545        USTATUS_LOGGED_IN,
    46         USTATUS_IDENTIFIED
     46        USTATUS_IDENTIFIED,
     47        USTATUS_SHUTDOWN
    4748} irc_status_t;
    4849
     
    104105
    105106irc_t *irc_new( int fd );
     107void irc_abort( irc_t *irc );
    106108void irc_free( irc_t *irc );
    107109
Note: See TracChangeset for help on using the changeset viewer.