From 55c7cc683921ea7f4b640184cd13a90656d097ef Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 2 Feb 2009 15:19:44 +0000 Subject: Fix compiler warning in client.c. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@208 7dcaeef0-15fb-0310-b436-a5af3365683c --- libssh/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libssh/client.c') diff --git a/libssh/client.c b/libssh/client.c index f6303ef..1dc1398 100644 --- a/libssh/client.c +++ b/libssh/client.c @@ -386,7 +386,7 @@ void ssh_disconnect(SSH_SESSION *session){ ssh_cleanup(session); } -const char *ssh_copyright(){ +const char *ssh_copyright(void) { return LIBSSH_VERSION " (c) 2003-2008 Aris Adamantiadis (aris@0xbadc0de.be)" " Distributed under the LGPL, please refer to COPYING file for informations" " about your rights" ; -- cgit