mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
2005-07-04 Marcus Brinkmann <marcus@g10code.de>
* simple-pwquery.h (simple_pwclear): New prototype. * simple-pwquery.c (simple_pwclear): New function.
This commit is contained in:
parent
f1ce96e404
commit
51a164e752
3 changed files with 31 additions and 1 deletions
|
@ -57,6 +57,9 @@ char *simple_pwquery (const char *cacheid,
|
|||
const char *description,
|
||||
int *errorcode);
|
||||
|
||||
/* Ask the gpg-agent to clear the passphrase for the cache ID CACHEID. */
|
||||
int simple_pwclear (const char *cacheid);
|
||||
|
||||
/* Perform the simple query QUERY (which must be new-line and 0
|
||||
terminated) and return the error code. */
|
||||
int simple_query (const char *query);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue