diff options
author | Aris Adamantiadis <aris@0xbadc0de.be> | 2013-03-04 18:48:39 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2013-07-13 14:50:56 +0200 |
commit | 65eccf19693dd2f6d4525062fdc04720f373af6f (patch) | |
tree | 092e145d1daa3623e7a291d4b0b49d4ecff46599 /include/libssh/libssh.h | |
parent | d9443104123614de9c071c748693edaef6ff7b73 (diff) | |
download | libssh-65eccf19693dd2f6d4525062fdc04720f373af6f.tar.gz libssh-65eccf19693dd2f6d4525062fdc04720f373af6f.tar.xz libssh-65eccf19693dd2f6d4525062fdc04720f373af6f.zip |
gssapi: retrieve forwarded (delegated) tickets
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/libssh.h')
-rw-r--r-- | include/libssh/libssh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 790a5abb..880c9d6f 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -115,6 +115,7 @@ typedef struct ssh_scp_struct* ssh_scp; typedef struct ssh_session_struct* ssh_session; typedef struct ssh_string_struct* ssh_string; typedef struct ssh_event_struct* ssh_event; +typedef void* ssh_gssapi_creds; /* Socket type */ #ifdef _WIN32 |