summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorppatience0 <ppatience0@gmail.com>2013-06-01 14:00:19 -0400
committerppatience0 <ppatience0@gmail.com>2013-06-01 14:00:19 -0400
commit2502ba5accfe2f2839dfbd39ea75ff0e58edd670 (patch)
treeb89bfb2b164b10018c0a6ef1c030f90fe200b9f7 /sys/man/2
parentaa3e73a9c4a51b8be8817ac5cc8af5e98f21360e (diff)
auth(2): auth_getkey only takes a single argument: char *params
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/auth2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/2/auth b/sys/man/2/auth
index f2aee745d..773354d36 100644
--- a/sys/man/2/auth
+++ b/sys/man/2/auth
@@ -44,7 +44,7 @@ void auth_freerpc(AuthRpc *rpc);
uint auth_rpc(AuthRpc *rpc, char *verb, void *a, int n);
.PP
.B
-int auth_getkey(char *proto, char *dom);
+int auth_getkey(char *params);
.PP
.B
int (*amount_getkey)(char*, char*);