diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-03-12 15:55:08 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-03-12 15:55:08 +0000 |
commit | 5681c542f68232573b7fe6efa92a66457b3c6b4d (patch) | |
tree | d3fd46274cc9f0d9ee3f20365f1c9f1dfd1ca212 /include/libssh/libssh.h | |
parent | fe5f283c4865c34b44795c31cb7917aa00857cef (diff) | |
download | libssh-5681c542f68232573b7fe6efa92a66457b3c6b4d.tar.gz libssh-5681c542f68232573b7fe6efa92a66457b3c6b4d.tar.xz libssh-5681c542f68232573b7fe6efa92a66457b3c6b4d.zip |
R.I.P. ssh_say()
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@271 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 8b918e6f..db524686 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 * @{ */ |