Functions | |
int | irc_errno (irc_session_t *session) |
Returns the last error code. | |
const char * | irc_strerror (int ircerrno) |
Returns the text error message associated with this error code. |
|
Returns the last error code.
As usual, next errno rules apply:
|
|
Returns the text error message associated with this error code.
|