mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common: New function nve_set
* common/name-value.c (nve_set): New.
--
Taken from 2.2 commit 706adf6691
This commit is contained in:
parent
9f2f7a51b2
commit
a048a93ed2
2 changed files with 27 additions and 0 deletions
|
@ -92,6 +92,9 @@ gpg_error_t nvc_add (nvc_t pk, const char *name, const char *value);
|
|||
first entry is updated. */
|
||||
gpg_error_t nvc_set (nvc_t pk, const char *name, const char *value);
|
||||
|
||||
/* Update entry E to VALUE. */
|
||||
gpg_error_t nve_set (nve_t e, const char *value);
|
||||
|
||||
/* Delete the given entry from PK. */
|
||||
void nvc_delete (nvc_t pk, nve_t pke);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue