Update.
[glibc.git] / include / rpc / auth.h
blob87fcd36de56db4da81374620b307ba921053c149
1 #ifndef _RPC_AUTH_H
2 #include <sunrpc/rpc/auth.h>
4 /* Now define the internal interfaces. */
5 struct key_netstarg;
6 extern int key_setnet (struct key_netstarg *arg);
8 #define DECLARE_NSS_PROTOTYPES(service) \
9 extern enum nss_status _nss_ ##service ## _netname2user \
10 (char netname[MAXNETNAMELEN + 1], uid_t *uidp, \
11 gid_t *gidp, int *gidlenp, gid_t *gidlist, \
12 int *errnop);
14 DECLARE_NSS_PROTOTYPES (nis)
15 DECLARE_NSS_PROTOTYPES (nisplus)
17 #undef DECLARE_NSS_PROTOTYPES
19 #endif