mirror of
				https://github.com/SwallowOS/xorg_lib_libXdmcp
				synced 2025-11-04 06:15:34 +08:00 
			
		
		
		
	Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
    source files in the xserver/xorg tree, predicated on defines of
    HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
    <X11/fonts/foo.h>.
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			697 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			697 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* $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
 |