diff options
author | Werner Koch <[email protected]> | 2019-11-28 10:19:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-11-28 10:19:33 +0000 |
commit | 490e0cd0bab8d8d06ffdc5b8977964d5a76a8df0 (patch) | |
tree | 7cfdad7ab90a2412fde551599c2db71fb14f037f /kbx/frontend.h | |
parent | kbx: Redefine the UBID which is now the primary fingerprint. (diff) | |
download | gnupg-490e0cd0bab8d8d06ffdc5b8977964d5a76a8df0.tar.gz gnupg-490e0cd0bab8d8d06ffdc5b8977964d5a76a8df0.zip |
kbx: Add new command DELETE.
* kbx/kbxserver.c (cmd_delete): New.
* kbx/frontend.c (kbxd_delete): New.
* kbx/backend-kbx.c (be_kbx_delete): New.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'kbx/frontend.h')
-rw-r--r-- | kbx/frontend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kbx/frontend.h b/kbx/frontend.h index 45a8dbdbd..d7647ba44 100644 --- a/kbx/frontend.h +++ b/kbx/frontend.h @@ -41,6 +41,7 @@ gpg_error_t kbxd_search (ctrl_t ctrl, int reset); gpg_error_t kbxd_store (ctrl_t ctrl, const void *blob, size_t bloblen, enum kbxd_store_modes mode); +gpg_error_t kbxd_delete (ctrl_t ctrl, const unsigned char *ubid); #endif /*KBX_FRONTEND_H*/ |