]> andersk Git - nss_nonlocal.git/blame - nonlocal.h
glibc uses regparms for internal functions on i386.
[nss_nonlocal.git] / nonlocal.h
CommitLineData
f6903667
AK
1#ifndef NONLOCAL_H
2#define NONLOCAL_H
c02caabc
AK
3
4#include "config.h"
5
f6903667
AK
6enum nss_status check_nonlocal_uid(const char *user, uid_t uid, int *errnop);
7enum nss_status check_nonlocal_gid(const char *user, gid_t gid, int *errnop);
48479fc7 8enum nss_status check_nonlocal_user(const char *user, int *errnop);
c02caabc 9
a360549e 10#define NONLOCAL_IGNORE_ENV "NSS_NONLOCAL_IGNORE"
c02caabc 11
f6903667 12#endif /* NON_LOCAL_H */
This page took 0.362018 seconds and 5 git commands to generate.