aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/Xdmcp/Wrap.h
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-04-22 22:48:54 +0200
committerMihai Moldovan <ionic@ionic.de>2015-04-22 22:48:54 +0200
commit825af1835c81070931d078b153e2d49df4a6bc69 (patch)
tree8f4d31115a2a3e6159f7fba88a84e6d0997291e6 /nx-X11/lib/Xdmcp/Wrap.h
parenta5bb888248b3887bbe306505f900368b931b7f18 (diff)
parent49fc383a4107062a843bc0c3a8fd9cae7e20e032 (diff)
downloadnx-libs-825af1835c81070931d078b153e2d49df4a6bc69.tar.gz
nx-libs-825af1835c81070931d078b153e2d49df4a6bc69.tar.bz2
nx-libs-825af1835c81070931d078b153e2d49df4a6bc69.zip
Merge branch 'sunweaver-pr/libxdmcp-cleanup' into arctica-3.6.x
Attributes GH PR #15: https://github.com/ArcticaProject/nx-libs/pull/15
Diffstat (limited to 'nx-X11/lib/Xdmcp/Wrap.h')
-rw-r--r--nx-X11/lib/Xdmcp/Wrap.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/nx-X11/lib/Xdmcp/Wrap.h b/nx-X11/lib/Xdmcp/Wrap.h
deleted file mode 100644
index 511254933..000000000
--- a/nx-X11/lib/Xdmcp/Wrap.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* $XdotOrg: xc/lib/Xdmcp/Wrap.h,v 1.6 2005/07/03 07:00:56 daniels Exp $ */
-/* $Xorg: Wrap.h,v 1.3 2000/08/17 19:45:50 cpqbld Exp $ */
-/*
- * header file for compatibility with something useful
- */
-
-/* $XFree86: xc/lib/Xdmcp/Wrap.h,v 1.3 2001/01/17 19:42:44 dawes Exp $ */
-
-typedef unsigned char auth_cblock[8]; /* block size */
-
-typedef struct auth_ks_struct { auth_cblock _; } auth_wrapper_schedule[16];
-
-extern void _XdmcpWrapperToOddParity (unsigned char *in, unsigned char *out);
-
-#ifdef HASXDMAUTH
-extern void _XdmcpAuthSetup (auth_cblock key, auth_wrapper_schedule schedule);
-extern void _XdmcpAuthDoIt (auth_cblock input, auth_cblock output,
- auth_wrapper_schedule schedule, int edflag);
-#endif