summaryrefslogtreecommitdiffstats
path: root/include/libssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/session.h')
-rw-r--r--include/libssh/session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/session.h b/include/libssh/session.h
index 3bbd0a8..bcb4ed4 100644
--- a/include/libssh/session.h
+++ b/include/libssh/session.h
@@ -53,7 +53,8 @@ enum ssh_dh_state_e {
enum ssh_pending_call_e {
SSH_PENDING_CALL_NONE = 0,
- SSH_PENDING_CALL_CONNECT
+ SSH_PENDING_CALL_CONNECT,
+ SSH_PENDING_CALL_AUTH_NONE
};
/* libssh calls may block an undefined amount of time */