diff options
Diffstat (limited to 'sm/keydb.h')
-rw-r--r-- | sm/keydb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sm/keydb.h b/sm/keydb.h index 2e9ed1573..924ad77c4 100644 --- a/sm/keydb.h +++ b/sm/keydb.h @@ -75,6 +75,8 @@ int keydb_store_cert (ksba_cert_t cert, int ephemeral, int *existed); gpg_error_t keydb_set_cert_flags (ksba_cert_t cert, int which, int idx, unsigned int value); +void keydb_clear_some_cert_flags (ctrl_t ctrl, STRLIST names); + #endif /*GNUPG_KEYDB_H*/ |