diff options
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/auth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 15126c166..e8390c885 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -113,7 +113,7 @@ struct AUTH { int (*ah_validate) (AUTH *, struct opaque_auth *); /* validate verifier */ int (*ah_refresh) (AUTH *); /* refresh credentials */ - void (*ah_destroy) (AUTH *); /* destroy this structure */ + void (*ah_destroy) (AUTH *); /* destroy this structure */ } *ah_ops; caddr_t ah_private; }; |