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. |
int irc_errno | ( | irc_session_t * | session | ) |
Returns the last error code.
session | An initiated session. |
As usual, next errno rules apply:
const char * irc_strerror | ( | int | ircerrno | ) |
Returns the text error message associated with this error code.
ircerrno | A numeric error code returned by irc_errno() |