Reviewed-by: DJ Delorie <dj@redhat.com>
#include <nscd/nscd.h>
#include <string.h>
+#include "nss_db.h"
+
#define PWD_FILENAME (_PATH_VARDB "passwd.db")
define_traced_file (pwd, PWD_FILENAME);
/* The hashing function we use. */
#include "../intl/hash-string.h"
-
enum nss_status
_nss_db_initgroups_dyn (const char *user, gid_t group, long int *start,
long int *size, gid_t **groupsp, long int limit,
#include <stdint.h>
#include <libc-lock.h>
+NSS_DECLARE_MODULE_FUNCTIONS (db)
/* String table index type. */
typedef uint32_t stridx_t;