mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-03 13:31:11 +03:00
Update c++ prototypes
This commit is contained in:
@@ -54,6 +54,17 @@ public:
|
|||||||
int userauthAutopubkey(){
|
int userauthAutopubkey(){
|
||||||
return ssh_userauth_autopubkey(session,NULL);
|
return ssh_userauth_autopubkey(session,NULL);
|
||||||
}
|
}
|
||||||
|
int getAuthList();
|
||||||
|
int disconnect();
|
||||||
|
const char *getDisconnectMessage();
|
||||||
|
const char *getError();
|
||||||
|
int getErrorCode();
|
||||||
|
socket_t getSocket();
|
||||||
|
const char *getIssueBanner();
|
||||||
|
int getOpensshVersion();
|
||||||
|
int getVersion();
|
||||||
|
int isServerKnown();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
ssh_session session;
|
ssh_session session;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user