Blame Wrap.h

rpm-build 34167a
/*
rpm-build 34167a
 * header file for compatibility with something useful
rpm-build 34167a
 */
rpm-build 34167a
rpm-build 34167a
typedef unsigned char auth_cblock[8];	/* block size */
rpm-build 34167a
rpm-build 34167a
typedef struct auth_ks_struct { auth_cblock _; } auth_wrapper_schedule[16];
rpm-build 34167a
rpm-build 34167a
extern void _XdmcpWrapperToOddParity (unsigned char *in, unsigned char *out);
rpm-build 34167a
rpm-build 34167a
#ifdef HASXDMAUTH
rpm-build 34167a
extern void _XdmcpAuthSetup (auth_cblock key, auth_wrapper_schedule schedule);
rpm-build 34167a
extern void _XdmcpAuthDoIt (auth_cblock input, auth_cblock output,
rpm-build 34167a
	auth_wrapper_schedule schedule, int edflag);
rpm-build 34167a
#endif