From 8f0d40a1dd759c74ae577fafaca6299430fe2002 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 2 Jun 2010 10:01:46 +0200 Subject: cpp: Fixed return value of userauthAutopubkey. --- include/libssh/libsshpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/libssh') diff --git a/include/libssh/libsshpp.hpp b/include/libssh/libsshpp.hpp index c3d93e2..2fe873e 100644 --- a/include/libssh/libsshpp.hpp +++ b/include/libssh/libsshpp.hpp @@ -131,7 +131,7 @@ public: * @throws SshException on error * @see ssh_userauth_autopubkey */ - int userauthAutopubkey(){ + void userauthAutopubkey(void){ int ret=ssh_userauth_autopubkey(c_session,NULL); if(ret==SSH_ERROR) ssh_throw(ret); -- cgit v1.2.3