X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=windows%2Fwinstuff.h;h=6308ea683cc93d80b2d82828dee289e851fe3b43;hb=5d0d5e0466d19627405dc8ea5f0513afcd2edb27;hp=14e20baa75a1bd1e20b43983d5bc150e5a429177;hpb=4fa9564c909c589bcccc95d57fae5469063c1759;p=PuTTY.git 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.