xf.li | bdd93d5 | 2023-05-12 07:10:14 -0700 | [diff] [blame] | 1 | #ifndef _NSS_H |
2 | #include <nss/nss.h> | ||||
3 | |||||
4 | #define NSS_INVALID_FIELD_CHARACTERS ":\n" | ||||
5 | extern 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; | ||||
11 | const char *__nss_rewrite_field (const char *value, char **to_be_freed) | ||||
12 | attribute_hidden internal_function; | ||||
13 | |||||
14 | #endif /* _NSS_H */ |