]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/nss.h
Installed-header hygiene (BZ#20366): stack_t.
[thirdparty/glibc.git] / include / nss.h
CommitLineData
676599b3 1#ifndef _NSS_H
a8874ead 2#include <nss/nss.h>
676599b3
FW
3
4#define NSS_INVALID_FIELD_CHARACTERS ":\n"
5extern const char __nss_invalid_field_characters[] attribute_hidden;
6
7_Bool __nss_valid_field (const char *value)
8 attribute_hidden internal_function;
9_Bool __nss_valid_list_field (char **list)
10 attribute_hidden internal_function;
11const char *__nss_rewrite_field (const char *value, char **to_be_freed)
12 attribute_hidden internal_function;
13
14#endif /* _NSS_H */