Changeset de3e100 for irc.h


Ignore:
Timestamp:
2006-01-14T20:31:59Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
0431ea1
Parents:
b23c5c7
Message:

Separated the IRC line splitting/parsing code (to use it for IPC too), and improved the splitting to deal with empty arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    rb23c5c7 rde3e100  
    108108int irc_exec( irc_t *irc, char **cmd );
    109109int irc_process( irc_t *irc );
    110 int irc_process_line( irc_t *irc, char *line );
     110char **irc_parse_line( irc_t *irc, char *line );
    111111
    112112void irc_vawrite( irc_t *irc, char *format, va_list params );
Note: See TracChangeset for help on using the changeset viewer.