diff options
author | Brice Goglin <Brice.Goglin@ens-lyon.org> | 2010-05-29 21:04:24 +0200 |
---|---|---|
committer | Brice Goglin <bgoglin@inria.fr> | 2010-05-29 21:06:45 +0200 |
commit | f93ffa718135d9d85f04935325016b8766f05ea3 (patch) | |
tree | c1cbedd4f9949651556acc282606a4331e39405a | |
parent | c0bc3fb7ac4f719b96257e29eaa60c2d5ed11705 (diff) |
Xau.man: Fix XauGetAuthByAddr() prototype
Add missing name_length and name parameters.
Reported by Tom Fogal in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583599
-rw-r--r-- | Xau.man | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ 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\^); +\fInumber_length\fP\^, char *\fInumber\fP\^, unsigned short +\fIname_length\fP\^, char *\fIname\fP\^); .HP Xauth *XauGetBestAuthByAddr (unsigned short \fIfamily\fP\^, unsigned short \fIaddress_length\fP\^, char *\fIaddress\fP\^, unsigned short |