pwddb
putyptoken(struct pwddb *db)
static struct pwddb sdb, idb;
static void deldbent(struct pwddb *, int, void *);
static int getdbent(struct pwddb *, int, void *, struct passwd **);
static void putdbents(struct pwddb *, struct passwd *, const char *, int,
static void putyptoken(struct pwddb *);
static void setversion(struct pwddb *);
closedb(struct pwddb *db)
opendb(struct pwddb *db, const char *dbname, const char *username,
setversion(struct pwddb *db)
putdbents(struct pwddb *db, struct passwd *pw, const char *passwd, int flags,
deldbent(struct pwddb *db, int type, void *keyp)
getdbent(struct pwddb *db, int type, void *keyp, struct passwd **tpwd)