mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
Beginning of the SSH_BIND implementation
hack for errors handling so it supports an Object-oriented kind of errors (generic for ssh_bind and ssh_session data types) git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@3 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
@@ -91,8 +91,8 @@ typedef u_int8_t u8;
|
||||
#define SSH_EINTR 3
|
||||
|
||||
|
||||
char *ssh_get_error(SSH_SESSION *session);
|
||||
int ssh_get_error_code(SSH_SESSION *session);
|
||||
char *ssh_get_error(void *error);
|
||||
int ssh_get_error_code(void *error);
|
||||
void ssh_say(int priority,char *format,...);
|
||||
void ssh_set_verbosity(int num);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user