Functions | |
| int | irc_run (irc_session_t *session) |
| Goes into forever-loop, processing IRC events and generating callbacks. | |
| int | irc_add_select_descriptors (irc_session_t *session, fd_set *in_set, fd_set *out_set, int *maxfd) |
| Adds IRC socket(s) for the descriptor set to use in select(). | |
| int | irc_process_select_descriptors (irc_session_t *session, fd_set *in_set, fd_set *out_set) |
| Processes the IRC socket(s), which descriptor(s) are set. | |
|
||||||||||||||||||||
|
Adds IRC socket(s) for the descriptor set to use in select().
|
|
||||||||||||||||
|
Processes the IRC socket(s), which descriptor(s) are set.
|
|
|
Goes into forever-loop, processing IRC events and generating callbacks.
|
1.2.18