~ubuntu-branches/ubuntu/hardy/gnupg2/hardy-proposed

« back to all changes in this revision

Viewing changes to sm/keydb.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-05-15 13:54:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515135455-89qfyalmgjy6gcqw
Tags: 2.0.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Remove libpcsclite-dev, libopensc2-dev build dependencies (they are in
    universe).
  - Build-depend on libcurl3-gnutls-dev
  - g10/call-agent.c: set DBG_ASSUAN to 0 to suppress a debug message
  - Include /doc files as done with gnupg
  - debian/rules: add doc/com-certs.pem to the docs for gpgsm
  - debian/copyright: update download url
  - debian/README.Debian: remove note the gnupg2 isn't released yet.
  - debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
int keydb_classify_name (const char *name, KEYDB_SEARCH_DESC *desc);
75
75
 
76
76
int keydb_store_cert (ksba_cert_t cert, int ephemeral, int *existed);
77
 
gpg_error_t keydb_set_cert_flags (ksba_cert_t cert, int which, int idx,
78
 
                                  unsigned int value);
 
77
gpg_error_t keydb_set_cert_flags (ksba_cert_t cert, int ephemeral,
 
78
                                  int which, int idx,
 
79
                                  unsigned int mask, unsigned int value);
79
80
 
80
81
void keydb_clear_some_cert_flags (ctrl_t ctrl, strlist_t names);
81
82