mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
915297705a
commit
490e0cd0ba
5 changed files with 138 additions and 0 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue