#ifndef PASSDB_CACHE_H
#define PASSDB_CACHE_H
#include "auth-cache.h"
#include "passdb.h"
extern struct auth_cache *passdb_cache;
const char *password,
const char *key, const char **password_r,
const char **scheme_r,
enum passdb_result *result_r,
bool use_expired);
void passdb_cache_deinit(void);
#endif