diff options
| author | Werner Koch <[email protected]> | 2025-02-21 13:45:15 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2025-02-21 13:45:15 +0000 |
| commit | fdcc69c29de29da9a9c5140b239aad5f83629ed0 (patch) | |
| tree | 77715da7d741bc96d4c6257cfc8df2312f9fd122 /dirmngr/ks-action.h | |
| parent | dirmngr: Factor a common command parsing code out. (diff) | |
| download | gnupg-fdcc69c29de29da9a9c5140b239aad5f83629ed0.tar.gz gnupg-fdcc69c29de29da9a9c5140b239aad5f83629ed0.zip | |
dirmngr: Prepare for new command KS_DEL.
* dirmngr/server.c (cmd_ks_del): New.
* dirmngr/ks-action.c (ks_action_del): New.
* dirmngr/ks-engine-ldap.c (ks_ldap_del): New stub.
--
GnuPG-bug-id: 5447
Diffstat (limited to 'dirmngr/ks-action.h')
| -rw-r--r-- | dirmngr/ks-action.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dirmngr/ks-action.h b/dirmngr/ks-action.h index 223aae2da..d222d6afe 100644 --- a/dirmngr/ks-action.h +++ b/dirmngr/ks-action.h @@ -33,6 +33,8 @@ gpg_error_t ks_action_fetch (ctrl_t ctrl, const char *url, estream_t outfp); gpg_error_t ks_action_put (ctrl_t ctrl, uri_item_t keyservers, void *data, size_t datalen, void *info, size_t infolen); +gpg_error_t ks_action_del (ctrl_t ctrl, uri_item_t keyservers, + strlist_t patterns); gpg_error_t ks_action_query (ctrl_t ctrl, const char *ldapserver, unsigned int ks_get_flags, const char *filter, char **attr, |
