mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
kbx: Implement update for the STORE command.
* kbx/backend-kbx.c (be_kbx_update): New. * kbx/frontend.c (kbxd_store): Call it. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
e28572116f
commit
f4bdf8e590
3 changed files with 56 additions and 1 deletions
|
@ -142,6 +142,9 @@ gpg_error_t be_kbx_seek (ctrl_t ctrl, backend_handle_t backend_hd,
|
|||
gpg_error_t be_kbx_insert (ctrl_t ctrl, backend_handle_t backend_hd,
|
||||
db_request_t request, enum pubkey_types pktype,
|
||||
const void *blob, size_t bloblen);
|
||||
gpg_error_t be_kbx_update (ctrl_t ctrl, backend_handle_t backend_hd,
|
||||
db_request_t request, enum pubkey_types pktype,
|
||||
const void *blob, size_t bloblen);
|
||||
|
||||
|
||||
#endif /*KBX_BACKEND_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue