]> andersk Git - nss_nonlocal.git/blame - nsswitch-internal.h
Tidy nsswitch-internal.h; remove unused __nss_configure_lookup.
[nss_nonlocal.git] / nsswitch-internal.h
CommitLineData
f6903667
AK
1/*
2 * nsswitch_internal.h
3 * Prototypes for some internal glibc functions that we use. Shhh.
4 */
5
6#ifndef NSSWITCH_INTERNAL_H
7#define NSSWITCH_INTERNAL_H
8
2349565b 9/* glibc/nss/nsswitch.h */
f6903667
AK
10typedef struct service_user service_user;
11
2349565b
AK
12extern int __nss_next (service_user **ni, const char *fct_name, void **fctp,
13 int status, int all_values);
14extern int __nss_database_lookup (const char *database,
15 const char *alternative_name,
16 const char *defconfig, service_user **ni);
17extern void *__nss_lookup_function (service_user *ni, const char *fct_name);
f6903667
AK
18
19#endif /* NSSWITCH_INTERNAL_H */
This page took 0.054723 seconds and 5 git commands to generate.