From 51a164e75270b7e3bdf36b3ffab023592df15fc9 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 4 Jul 2005 04:55:48 +0000 Subject: 2005-07-04 Marcus Brinkmann * simple-pwquery.h (simple_pwclear): New prototype. * simple-pwquery.c (simple_pwclear): New function. --- common/simple-pwquery.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/simple-pwquery.h') diff --git a/common/simple-pwquery.h b/common/simple-pwquery.h index c7ebf9401..e3270d6c5 100644 --- a/common/simple-pwquery.h +++ b/common/simple-pwquery.h @@ -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); -- cgit v1.2.3