X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5a9eb1056517b6ee6efa526a3a6b5a21aa802648..6f81f628c3273ff6644bc7a32661a05c62d31db0:/putty.h?ds=sidebyside diff --git a/putty.h b/putty.h index c4e6d987..e4d8d1f3 100644 --- a/putty.h +++ b/putty.h @@ -691,4 +691,15 @@ extern int cmdline_tooltype; void cmdline_error(char *, ...); +/* + * X11 auth mechanisms we know about. + */ +enum { + X11_NO_AUTH, + X11_MIT, /* MIT-MAGIC-COOKIE-1 */ + X11_XDM, /* XDM-AUTHORIZATION-1 */ + X11_NAUTHS +}; +extern const char *const x11_authnames[]; /* declared in x11fwd.c */ + #endif