summaryrefslogtreecommitdiff
path: root/xc/lib/Xdmcp/Wrap.h
blob: 7f4a0a30261c167cc74772c7315b467485e0fa28 (plain)
1
2
3
4
5
6
7
8
9
10
/* $XConsortium: Wrap.h,v 1.3 94/02/06 20:09:49 rws Exp $ */
/*
 * 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();