From 6b703b8d6a11a8a9c42937cfb0873710b3c69e07 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 2 Feb 2010 18:30:26 +0100 Subject: Update c++ prototypes --- include/libssh/libsshpp.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index 9be035e8..ae841d72 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -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; }; -- cgit v1.2.3