Update c++ prototypes
Этот коммит содержится в:
родитель
c97d0d1220
Коммит
6b703b8d6a
@ -54,6 +54,17 @@ public:
|
||||
int userauthAutopubkey(){
|
||||
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:
|
||||
ssh_session session;
|
||||
};
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user