diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:09 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:09 +0000 |
commit | bca26a7b7c4c4f58d65462ffd3f1b0eaef2d5d4c (patch) | |
tree | dac6cafb3be04511d07dfc10bf56d944236580b4 /Xau.man | |
parent | 1be3101aeab9b6136c32a91c23799724a7fe7797 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'Xau.man')
-rw-r--r-- | Xau.man | 82 |
1 files changed, 23 insertions, 59 deletions
@@ -24,7 +24,7 @@ .\" dealing in this Software without prior written authorization from the .\" X Consortium. .\" -.\" $XFree86: xc/doc/man/Xau/Xau.man,v 1.2 2001/01/27 18:20:19 dawes Exp $ +.\" $XFree86: xc/doc/man/Xau/Xau.man,v 1.3 2003/04/28 22:18:14 herrb Exp $ .\" .TH Xau 3 __xorgversion__ .SH NAME @@ -48,64 +48,28 @@ typedef struct xauth { char *data; } Xauth; -.ft B -char *XauFileName () - -.ft B -Xauth *XauReadAuth (auth_file) -.ft I - FILE *auth_file; - -.ft B -int XauWriteAuth (auth_file, auth) -.ft I - FILE *auth_file; - Xauth *auth; - -.ft B -Xauth *XauGetAuthByAddr (\kAfamily, -\h'|\nAu'address_length, address, -\h'|\nAu'number_length, number) -.ft I - unsigned short family; - unsigned short address_length; - char *address; - unsigned short number_length; - char *number; - -.ft B -Xauth *XauGetBestAuthByAddr (\kAfamily, -\h'|\nAu'address_length, address, -\h'|\nAu'number_length, number, -\h'|\nAu'types_length, types, type_lengths) -.ft I - unsigned short family; - unsigned short address_length; - char *address; - unsigned short number_length; - char *number; - int types_length; - char **types; - int *type_lengths; - -.ft B -int XauLockAuth (file_name, retries, timeout, dead) -.ft I - char *file_name; - int retries; - int timeout; - long dead; - -.ft B -int XauUnlockAuth (file_name) -.ft I - char *file_name; - -.ft B -XauDisposeAuth (auth) -.ft I - Xauth *auth; - +.HP +char *XauFileName (void); +.HP +Xauth *XauReadAuth (FILE *\fIauth_file\fP\^); +.HP +int XauWriteAuth (FILE *\fIauth_file\fP, Xauth *\fIauth\fP\^); +.HP +Xauth *XauGetAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short +\fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short +\fInumber_length\fP\^, char *\fInumber\fP\^); +.HP +Xauth *XauGetBestAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short +\fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short +\fInumber_length\fP\^, char *\fInumber\fP\^, int \fItypes_length\fP\^, char +**\fItypes\fR\^, int *\fItype_lengths\fR\^); +.HP +int XauLockAuth (char *\fIfile_name\fP\^, int \fIretries\fP\^, int +\fItimeout\fP\^, long \fIdead\fP\^); +.HP +int XauUnlockAuth (char *\fIfile_name\fP\^); +.HP +int XauDisposeAuth (Xauth *\fIauth\fP\^); .ft R .SH DESCRIPTION .PP |