]> andersk Git - nss_nonlocal.git/blob - nonlocal.h
09c030bcb615968130ff703c71fbdc57f3a560b7
[nss_nonlocal.git] / nonlocal.h
1 #ifndef NONLOCAL_H
2 #define NONLOCAL_H
3 enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop);
4 enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop);
5 enum nss_status check_nonlocal_user(const char *user, int *errnop);
6 #endif /* NON_LOCAL_H */
This page took 0.035553 seconds and 3 git commands to generate.