libssh2_session_last_errno.3 (550B)
1.TH libssh2_session_last_errno 3 "1 Jun 2007" "libssh2 0.15" "libssh2" 2.SH NAME 3libssh2_session_last_errno - get the most recent error number 4.SH SYNOPSIS 5.nf 6#include <libssh2.h> 7 8int 9libssh2_session_last_errno(LIBSSH2_SESSION *session); 10.fi 11.SH DESCRIPTION 12\fIsession\fP - Session instance as returned by 13.BR libssh2_session_init_ex(3) 14 15Determine the most recent error condition. 16.SH RETURN VALUE 17Numeric error code corresponding to the the Error Code constants. 18.SH SEE ALSO 19.BR libssh2_session_last_error(3) 20.BR libssh2_session_set_last_error(3)