diff options
| author | Werner Koch <[email protected]> | 2010-01-08 19:18:49 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2010-01-08 19:18:49 +0000 |
| commit | be45bf3d544873ff4bc86496c6ab6c5f16c6a26e (patch) | |
| tree | 31c443f6d989917ea476143abc4fd5d2ae749faa /g10/call-agent.h | |
| parent | Fix bug 1146 (diff) | |
| download | gnupg-be45bf3d544873ff4bc86496c6ab6c5f16c6a26e.tar.gz gnupg-be45bf3d544873ff4bc86496c6ab6c5f16c6a26e.zip | |
Add dummu option --passwd for gpg.
Collected changes.
Diffstat (limited to 'g10/call-agent.h')
| -rw-r--r-- | g10/call-agent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/call-agent.h b/g10/call-agent.h index a89f483de..9088e4a5b 100644 --- a/g10/call-agent.h +++ b/g10/call-agent.h @@ -137,6 +137,9 @@ gpg_error_t agent_clear_passphrase (const char *cache_id); /* Present the prompt DESC and ask the user to confirm. */ gpg_error_t gpg_agent_get_confirmation (const char *desc); +/* Return the S2K iteration count as computed by gpg-agent. */ +gpg_error_t agent_get_s2k_count (unsigned long *r_count); + #endif /*GNUPG_G10_CALL_AGENT_H*/ |
