aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/auth.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-08-25 16:26:12 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-08-25 16:26:12 +0200
commit892cb92f573813121ba6820c382ef8794a9c9c4a (patch)
treed713d0682ec397fcbadf7fdfbac4352113966527 /include/libssh/auth.h
parentc59939d4a2b5673869ad0b72d5cf030edb680635 (diff)
downloadlibssh-892cb92f573813121ba6820c382ef8794a9c9c4a.tar.gz
libssh-892cb92f573813121ba6820c382ef8794a9c9c4a.tar.xz
libssh-892cb92f573813121ba6820c382ef8794a9c9c4a.zip
auth: Prefix kbdint functions.
Diffstat (limited to 'include/libssh/auth.h')
-rw-r--r--include/libssh/auth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libssh/auth.h b/include/libssh/auth.h
index c2fba2af..a2b3f62e 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