~ubuntu-branches/ubuntu/precise/gnupg2/precise-updates

« back to all changes in this revision

Viewing changes to common/simple-pwquery.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Urlichs
  • Date: 2005-12-08 22:13:21 UTC
  • mto: (5.1.1 edgy) (7.1.1 squeeze) (1.1.13 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051208221321-d54343ca8hlwzkac
Tags: upstream-1.9.19
ImportĀ upstreamĀ versionĀ 1.9.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
                      const char *description,
58
58
                      int *errorcode);
59
59
 
 
60
/* Ask the gpg-agent to clear the passphrase for the cache ID CACHEID.  */
 
61
int simple_pwclear (const char *cacheid);
 
62
 
60
63
/* Perform the simple query QUERY (which must be new-line and 0
61
64
   terminated) and return the error code.  */
62
65
int simple_query (const char *query);