diff options
Diffstat (limited to 'include/rpc/auth.h')
-rw-r--r-- | include/rpc/auth.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 40e95011d6..87fcd36de5 100644 --- a/include/rpc/auth.h +++ b/include/rpc/auth.h @@ -1,6 +1,10 @@ #ifndef _RPC_AUTH_H #include <sunrpc/rpc/auth.h> +/* Now define the internal interfaces. */ +struct key_netstarg; +extern int key_setnet (struct key_netstarg *arg); + #define DECLARE_NSS_PROTOTYPES(service) \ extern enum nss_status _nss_ ##service ## _netname2user \ (char netname[MAXNETNAMELEN + 1], uid_t *uidp, \ |