From 892cb92f573813121ba6820c382ef8794a9c9c4a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 25 Aug 2011 16:26:12 +0200 Subject: auth: Prefix kbdint functions. --- include/libssh/auth.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/libssh/auth.h b/include/libssh/auth.h index c2fba2a..a2b3f62 100644 --- a/include/libssh/auth.h +++ b/include/libssh/auth.h @@ -46,9 +46,9 @@ struct ssh_kbdint_struct { }; typedef struct ssh_kbdint_struct* ssh_kbdint; -ssh_kbdint kbdint_new(void); -void kbdint_clean(ssh_kbdint kbd); -void kbdint_free(ssh_kbdint kbd); +ssh_kbdint ssh_kbdint_new(void); +void ssh_kbdint_clean(ssh_kbdint kbd); +void ssh_kbdint_free(ssh_kbdint kbd); #ifdef WITH_SSH1 -- cgit