summaryrefslogtreecommitdiffstats
path: root/include/libssh/auth.h
diff options
context:
space:
mode:
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 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