X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/c6940f12e2ad6ba778324f50b9a779db36238518..0996dd4c856a3852a92cb7f17cf3fb78a286c075:/windows/winstuff.h?ds=sidebyside diff --git a/windows/winstuff.h b/windows/winstuff.h index 14e20baa..6308ea68 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -108,6 +108,19 @@ typedef struct terminal_tag Terminal; typedef HDC Context; +#ifndef NO_GSSAPI +/* + * GSS-API stuff + */ +typedef struct Ssh_gss_buf { + int length; + char *value; +} Ssh_gss_buf; + +#define SSH_GSS_EMPTY_BUF (Ssh_gss_buf) {0,NULL} +typedef void *Ssh_gss_name; +#endif + /* * Window handles for the windows that can be running during a * PuTTY session.