X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/1ef4dce9c5e794e746d141f72168ad0275b5b68d..865570570435c638831294d39fbef4c2fd665727:/windows/winstuff.h diff --git a/windows/winstuff.h b/windows/winstuff.h index 14e20baa..2846fdf0 100644 --- a/windows/winstuff.h +++ b/windows/winstuff.h @@ -108,6 +108,18 @@ 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} +#endif + /* * Window handles for the windows that can be running during a * PuTTY session.