1libssh2_session_last_errno(3)       libssh2      libssh2_session_last_errno(3)
2
3
4

NAME

6       libssh2_session_last_errno - get the most recent error number
7

SYNOPSIS

9       #include <libssh2.h>
10
11       int
12       libssh2_session_last_errno(LIBSSH2_SESSION *session);
13

DESCRIPTION

15       session - Session instance as returned by libssh2_session_init_ex(3)
16
17       Determine the most recent error condition.
18

RETURN VALUE

20       Numeric error code corresponding to the the Error Code constants.
21

SEE ALSO

23       libssh2_session_last_error(3) libssh2_session_set_last_error(3)
24
25
26
27libssh2 0.15                      1 Jun 2007     libssh2_session_last_errno(3)
Impressum