From 5681c542f68232573b7fe6efa92a66457b3c6b4d Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 12 Mar 2009 15:55:08 +0000 Subject: R.I.P. ssh_say() git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@271 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/libssh.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/libssh') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 8b918e6..db52468 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -125,8 +125,7 @@ typedef int socket_t; char *ssh_get_error(void *error); int ssh_get_error_code(void *error); -void ssh_say(int priority, const char *format, ...); -void ssh_set_verbosity(int num); + /** \addtogroup ssh_log * @{ */ -- cgit