diff options
author | marha <marha@users.sourceforge.net> | 2009-09-17 06:23:51 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-09-17 06:23:51 +0000 |
commit | a10f507ac4aa4e12e9e8cf6e745aafd69648ad91 (patch) | |
tree | 7297a8cba5e42a39d0242b6b65bf57bfa6b97eca /X11/Xauth.h | |
parent | adda30e64c2a83d33dba7c7fe609b9b638ad2253 (diff) | |
download | vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.tar.gz vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.tar.bz2 vcxsrv-a10f507ac4aa4e12e9e8cf6e745aafd69648ad91.zip |
Made files the same that should be the same.
Added batch fiesl for checking that these files are the same.
Diffstat (limited to 'X11/Xauth.h')
-rw-r--r-- | X11/Xauth.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/X11/Xauth.h b/X11/Xauth.h index 181618ac2..ace975d84 100644 --- a/X11/Xauth.h +++ b/X11/Xauth.h @@ -128,23 +128,6 @@ void XauDisposeAuth( Xauth* /* auth */ ); -#ifdef K5AUTH -#include <krb5/krb5.h> -/* 9/93: krb5.h leaks some symbols */ -#undef BITS32 -#undef xfree - -int XauKrb5Encode( - krb5_principal /* princ */, - krb5_data * /* outbuf */ -); - -int XauKrb5Decode( - krb5_data /* inbuf */, - krb5_principal * /* princ */ -); -#endif /* K5AUTH */ - _XFUNCPROTOEND /* Return values from XauLockAuth */ |