Changeset f1c2b21 for irc.h


Ignore:
Timestamp:
2010-07-10T15:08:02Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
e92c4f4
Parents:
534e406
Message:

Cleanup. Move some code to a more appropriate location, and show the old
connection a quit message instead of just breaking the connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r534e406 rf1c2b21  
    229229void irc_write_all( int now, char *format, ... ) G_GNUC_PRINTF( 2, 3 );
    230230void irc_vawrite( irc_t *irc, char *format, va_list params );
     231
     232void irc_flush( irc_t *irc );
     233void irc_switch_fd( irc_t *irc, int fd );
     234void irc_sync( irc_t *irc );
     235void irc_desync( irc_t *irc );
    231236
    232237int irc_check_login( irc_t *irc );
Note: See TracChangeset for help on using the changeset viewer.