summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrice Goglin <Brice.Goglin@ens-lyon.org>2010-05-29 21:04:24 +0200
committerBrice Goglin <bgoglin@inria.fr>2010-05-29 21:06:45 +0200
commitf93ffa718135d9d85f04935325016b8766f05ea3 (patch)
treec1cbedd4f9949651556acc282606a4331e39405a
parentc0bc3fb7ac4f719b96257e29eaa60c2d5ed11705 (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.man3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xau.man b/Xau.man
index a336523..6ef0b03 100644
--- a/Xau.man
+++ b/Xau.man
@@ -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