diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-06-01 14:00:19 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-06-01 14:00:19 -0400 |
commit | 2502ba5accfe2f2839dfbd39ea75ff0e58edd670 (patch) | |
tree | b89bfb2b164b10018c0a6ef1c030f90fe200b9f7 /sys | |
parent | aa3e73a9c4a51b8be8817ac5cc8af5e98f21360e (diff) |
auth(2): auth_getkey only takes a single argument: char *params
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/2/auth | 2 |
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*); |