Blame include/nss.h

Packit Service 82fcde
#ifndef _NSS_H
Packit Service 82fcde
#include <nss/nss.h>
Packit Service 82fcde
Packit Service 82fcde
#ifndef _ISOMAC
Packit Service 82fcde
Packit Service 82fcde
# include <stddef.h>
Packit Service 82fcde
# include <stdint.h>
Packit Service 82fcde
Packit Service 82fcde
# define NSS_INVALID_FIELD_CHARACTERS ":\n"
Packit Service 82fcde
extern const char __nss_invalid_field_characters[] attribute_hidden;
Packit Service 82fcde
Packit Service 82fcde
_Bool __nss_valid_field (const char *value) attribute_hidden;
Packit Service 82fcde
_Bool __nss_valid_list_field (char **list)  attribute_hidden;
Packit Service 82fcde
const char *__nss_rewrite_field (const char *value, char **to_be_freed)
Packit Service 82fcde
  attribute_hidden;
Packit Service 82fcde
Packit Service 82fcde
/* Compute a hash value for LENGTH bytes starting at KEY.  This is the
Packit Service 82fcde
   hash function used by the nscd for the cache mapping files.  */
Packit Service 82fcde
uint32_t __nss_hash (const void *__key, size_t __length);
Packit Service 82fcde
libc_hidden_proto (__nss_hash)
Packit Service 82fcde
Packit Service 82fcde
#endif /* !_ISOMAC */
Packit Service 82fcde
#endif /* _NSS_H */