1libssh2_session_last_errno(3) libssh2 manual libssh2_session_last_errno(3)
2
3
4
6 libssh2_session_last_errno - get the most recent error number
7
9 #include <libssh2.h>
10
11 int libssh2_session_last_errno(LIBSSH2_SESSION *session);
12
13
15 session - Session instance as returned by libssh2_session_init_ex(3)
16
17 Determine the most recent error condition.
18
19
21 Numeric error code corresponding to the the Error Code constants.
22
23
25 libssh2_session_last_error(3) libssh2_session_set_last_error(3)
26
27
28
29libssh2 0.15 1 Jun 2007 libssh2_session_last_errno(3)