diff options
Diffstat (limited to 'agent/agent.h')
-rw-r--r-- | agent/agent.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/agent/agent.h b/agent/agent.h index ad0a6e8b7..ca70150c8 100644 --- a/agent/agent.h +++ b/agent/agent.h @@ -100,6 +100,12 @@ int agent_get_passphrase (char **retpass, const char *desc, const char *prompt, const char *errtext); +/*-- cache.c --*/ +int agent_put_cache (const char *key, const char *data, int ttl); +const char *agent_get_cache (const char *key); + + + /*-- pksign.c --*/ int agent_pksign (CTRL ctrl, FILE *outfp); |