aboutsummaryrefslogtreecommitdiff
path: root/libXdmcp/Wrap.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-05-27 06:48:35 +0000
committermarha <marha@users.sourceforge.net>2010-05-27 06:48:35 +0000
commiteb2f17e30a4b9c79dc78d520e0e0334b99984d50 (patch)
tree0c0e7ccac2af01bfb104a57f1191dd9d851b4716 /libXdmcp/Wrap.h
parent80cb6bca9f771ef15c00cc41af2b9f315d66258d (diff)
downloadvcxsrv-eb2f17e30a4b9c79dc78d520e0e0334b99984d50.tar.gz
vcxsrv-eb2f17e30a4b9c79dc78d520e0e0334b99984d50.tar.bz2
vcxsrv-eb2f17e30a4b9c79dc78d520e0e0334b99984d50.zip
libXdmcp git update 27/5/2010
Diffstat (limited to 'libXdmcp/Wrap.h')
-rw-r--r--libXdmcp/Wrap.h34
1 files changed, 15 insertions, 19 deletions
diff --git a/libXdmcp/Wrap.h b/libXdmcp/Wrap.h
index 9c57e1df7..2837caa09 100644
--- a/libXdmcp/Wrap.h
+++ b/libXdmcp/Wrap.h
@@ -1,19 +1,15 @@
-/* $XdotOrg: xc/lib/Xdmcp/Wrap.h,v 1.5 2004/08/22 01:02:25 jg 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
+/*
+ * header file for compatibility with something useful
+ */
+
+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