From 2502ba5accfe2f2839dfbd39ea75ff0e58edd670 Mon Sep 17 00:00:00 2001 From: ppatience0 Date: Sat, 1 Jun 2013 14:00:19 -0400 Subject: [PATCH] auth(2): auth_getkey only takes a single argument: char *params --- sys/man/2/auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*);